summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2014-07-24 12:22:34 +0200
committerSiri Reiter <siri@jones.dk>2014-07-24 12:22:34 +0200
commitfaf5d27e5b908d51c83af548920177ec94431fee (patch)
tree2e07f981b97be77749dcda235c0cb9e9eb488735
parentfcc8ce972f928bd539574c6fb1aaf31a7c560497 (diff)
Add test stylesheet.
-rw-r--r--test.scss19
1 files changed, 19 insertions, 0 deletions
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;
+}