aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/yoga/default-layout.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index d246e32b8..b7fba4f2d 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -26,7 +26,12 @@ H2 {
text-align: left;
font-size: 120%;
}
-
+H5 {
+ margin: 0;
+ padding: 0 1.5em 0 30%;
+ text-align: right;
+ font-size: 90%;
+}
A {
text-decoration:none;
border-bottom: 1px dotted #005e89;