From 19e83b9cc7d324c54d13979c8a3f3643d80191f8 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 8 Nov 2017 12:54:17 +0100 Subject: Tidy: Merge action styling. --- local.scss | 10 ++++------ 1 file 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) { -- cgit v1.2.3