From 0bf1c5c5fd715411d0bc29d8e05452f5975989f1 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Fri, 12 Feb 2016 08:51:58 +0100 Subject: Inlinepage: Remove test background colors. Remove margins. Set basic styling for inline header block. Remove max-width. --- test.scss | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'test.scss') diff --git a/test.scss b/test.scss index 6a1ed3c..82b744c 100644 --- a/test.scss +++ b/test.scss @@ -3,19 +3,34 @@ #content { width: 96%; + max-width: none; margin: 2%; } .inlinepage { border: 0; - padding: 1em 5%; - margin: 0; + padding: 0; + margin: 0 1em; background-color: none; } + .inlinepage .header a { font-weight: normal; - color: DarkRed; + color: white; + background-color: lightblue; + display: block; + padding: 0.5em; +} + +//set to annull style.css +.inlinecontent { +margin-top: 0; +} + +.inlinecontent p { + margin-bottom: 0; + margin-top: 0; } .inlinefooter, @@ -31,27 +46,21 @@ width: 100%; margin: 0; } -.inlinepage { - background-color: Blue; -} .columns { @include column-count(1); } +.inlinepage { + margin: 0; +} } @media screen and (min-width: 41em) and (max-width: 70em) { -.inlinepage { - background-color: Black; -} .columns { @include column-count(2); } } @media only screen and (min-width: 71em) { -.inlinepage { - background-color: Red; -} .columns { @include column-count(3); } -- cgit v1.2.3