From faf5d27e5b908d51c83af548920177ec94431fee Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 24 Jul 2014 12:22:34 +0200 Subject: Add test stylesheet. --- test.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test.scss (limited to 'test.scss') diff --git a/test.scss b/test.scss new file mode 100644 index 0000000..5895f1a --- /dev/null +++ b/test.scss @@ -0,0 +1,19 @@ +.inlinepage { + border: 0; + padding: 1em 5%; + margin: 0; +// background-color: LightYellow; +} + +.inlinepage .header a { + font-weight: normal; + color: DarkRed; +} + +.inlinefooter { + display: none; +} + +.inlineheader .author { + display: none; +} -- cgit v1.2.3