summaryrefslogtreecommitdiff
path: root/test.scss
diff options
context:
space:
mode:
Diffstat (limited to 'test.scss')
-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;
+}