summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-01 23:40:04 +0200
committerGravatar Tom Willemse2013-10-01 23:40:04 +0200
commitca240da178cd1c7ba873fcdc19a0d39fb58094b8 (patch)
tree7e1fad8469320cef33db8333f5b20c6b42a6e12c
parent34ef6e1e6617b1c06499e19a687f4845537f3169 (diff)
downloadorgweb-ca240da178cd1c7ba873fcdc19a0d39fb58094b8.tar.gz
orgweb-ca240da178cd1c7ba873fcdc19a0d39fb58094b8.zip
Org: show postable in a small font
-rw-r--r--site/org.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/org.css b/site/org.css
index d13cc1a..d29b56a 100644
--- a/site/org.css
+++ b/site/org.css
@@ -74,3 +74,15 @@ body {
margin-bottom: 0px;
padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}
+
+#postamble {
+ font-size: 10px;
+ line-height: 100%;
+ text-align: right;
+ margin-bottom: 5px;
+}
+
+#postamble p {
+ margin-top: 2px;
+ margin-bottom: 2px;
+}