Fossil SCM
Styled the hamburger drop-down div with the new "nomargins" style to back the "ul" indenting out.
Commit
f82b01cbdc9dbcec0f5171eb4baafb05a723fa63075e63939782051272511b1e
Parent
f550c17d34476c3…
1 file changed
+1
-1
+1
-1
| --- skins/default/header.txt | ||
| +++ skins/default/header.txt | ||
| @@ -21,6 +21,6 @@ | ||
| 21 | 21 | set url $home$url |
| 22 | 22 | } |
| 23 | 23 | html "<a href='$url' class='$class'>$name</a>\n" |
| 24 | 24 | } |
| 25 | 25 | </th1></div> |
| 26 | -<div id='hbdrop'></div> | |
| 26 | +<div id='hbdrop' class='nomargins'></div> | |
| 27 | 27 |
| --- skins/default/header.txt | |
| +++ skins/default/header.txt | |
| @@ -21,6 +21,6 @@ | |
| 21 | set url $home$url |
| 22 | } |
| 23 | html "<a href='$url' class='$class'>$name</a>\n" |
| 24 | } |
| 25 | </th1></div> |
| 26 | <div id='hbdrop'></div> |
| 27 |
| --- skins/default/header.txt | |
| +++ skins/default/header.txt | |
| @@ -21,6 +21,6 @@ | |
| 21 | set url $home$url |
| 22 | } |
| 23 | html "<a href='$url' class='$class'>$name</a>\n" |
| 24 | } |
| 25 | </th1></div> |
| 26 | <div id='hbdrop' class='nomargins'></div> |
| 27 |