diff options
-rw-r--r-- | local.scss | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -124,6 +124,10 @@ div.actions { z-index: 1; position: fixed; bottom: 2em; + ul { + border-bottom: 0; + padding: 0 0 0.7em 1em; + } } div.topbar { @@ -312,11 +316,6 @@ div#backlinks { display: none; } -div.pageheader div.actions ul { - border-bottom: 0; - padding: 0 0 0.7em 1em; -} - div.pagedate { display: none; margin-top: 0; @@ -328,7 +327,6 @@ div.pagecopyright p { margin-bottom: 1em; } - //Responsive design @media screen and (max-width: 480px) { |