Skip to content

Commit f3c9f80

Browse files
committed
Use table layout for README title icon alignment
Replace inline H1 image markup with a small HTML table and valign middle cells so the rocket icon and Docking title stay visually aligned in GitHub rendering.
1 parent 02cd662 commit f3c9f80

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Docking <img src="images/docking-header.png" alt="Docking" height="52" style="vertical-align: -1.30em;">
1+
<table>
2+
<tr>
3+
<td valign="middle"><h1>Docking</h1></td>
4+
<td valign="middle"><img src="images/docking-header.png" alt="Docking" height="52"></td>
5+
</tr>
6+
</table>
27

38
A lightweight, feature-rich dock for Linux written in Python with GTK 3 and Cairo. Inspired by [Plank](https://launchpad.net/plank) and [Cairo-Dock](https://github.com/Cairo-Dock), with an extensible applet system for custom widgets.
49

0 commit comments

Comments
 (0)