summaryrefslogtreecommitdiff
path: root/share/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/css/main.css')
-rw-r--r--share/css/main.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/css/main.css b/share/css/main.css
index d3795ee..9bfb229 100644
--- a/share/css/main.css
+++ b/share/css/main.css
@@ -6,6 +6,12 @@ a {
text-decoration: none;
}
+h1 {
+ clear: both;
+ padding-top: 1em;
+ margin-left: 1em;
+}
+
div.image-container {
text-align: center;
font-size: 80%;
@@ -14,6 +20,10 @@ div.image-container {
height: /* $boxheight */;
}
+div.image-list-end {
+ clear: both;
+}
+
div.image-container a {
text-decoration: none;
}