summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 6dcce33..c3e723b 100644
--- a/style.scss
+++ b/style.scss
@@ -68,3 +68,11 @@ dd {
padding: .5em 2em;
background-color: lightgrey;
}
+
+// Pagedate
+//
+// very tiny in lower right corner
+.pagedate {
+ text-align: right;
+ font-size: xx-small;
+}