summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2017-11-08 12:54:17 +0100
committerSiri Reiter <siri@jones.dk>2017-11-08 12:54:17 +0100
commit19e83b9cc7d324c54d13979c8a3f3643d80191f8 (patch)
tree1494df9c0a038c915dcf5c5768ce1f2e31b22ad6
parent49bac8c6c694b5e98d147086bef5210710b6bc8d (diff)
Tidy: Merge action styling.
-rw-r--r--local.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/local.scss b/local.scss
index df01103..9c3d029 100644
--- a/local.scss
+++ b/local.scss
@@ -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) {