diff options
author | Siri Reiter <siri@jones.dk> | 2017-11-08 12:54:17 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2017-11-08 12:54:17 +0100 |
commit | 19e83b9cc7d324c54d13979c8a3f3643d80191f8 (patch) | |
tree | 1494df9c0a038c915dcf5c5768ce1f2e31b22ad6 | |
parent | 49bac8c6c694b5e98d147086bef5210710b6bc8d (diff) |
Tidy: Merge action styling.
-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) { |