diff --git a/static/base.css b/static/base.css index e67ada9..c02fc02 100644 --- a/static/base.css +++ b/static/base.css @@ -77,12 +77,11 @@ nav>* { border-right: 0.1em solid black; } -nav> :first-child { - padding: 0; - border: none; +nav>:first-child { + padding-left: 0; } -nav> :last-child { +nav>:last-child { padding-right: 0; border: none; } @@ -91,6 +90,13 @@ nav>.current { font-weight: bold; } +nav>:first-child img { + width: 1.2em; + height: 1.2em; + vertical-align: -20%; + padding-right: 0.3em; +} + nav a { text-decoration: none; } @@ -99,12 +105,6 @@ nav a:hover { text-decoration: underline; } -nav img { - width: 1.2em; - height: 1.2em; - vertical-align: -20%; -} - /* Commit */ .commit * { diff --git a/templates/base.html b/templates/base.html index d9d7a0d..e8512f7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,9 +12,8 @@