summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-10-09 13:48:43 +0200
committerJonas Smedegaard <dr@jones.dk>2013-10-09 13:48:43 +0200
commite97cccc665b35a55f6d79d6928d2f081f1c101ce (patch)
treeb76fa7f0ec3e5e787a70ca351db2919c13106225 /style.css
parente48075bb9dbe4a00aefdad71d71afe78068962b2 (diff)
parent41357710a941da2d24ee40dbea9064d35cf9c8f1 (diff)
Merge branch 'da' into master-da
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6e2afce..067a3bf 100644
--- a/style.css
+++ b/style.css
@@ -58,7 +58,8 @@ nav {
border-bottom: 1px solid #000;
}
-.inlinecontent {
+.inlinecontent,
+.inlineenclosure {
margin-top: .4em;
}
@@ -202,6 +203,13 @@ div.recentchanges {
margin-top: 1em;
}
+.archivepagedate {
+ font-style: italic;
+}
+.archivepage {
+ margin-bottom: 1em;
+}
+
.error {
color: #C00;
}
@@ -316,6 +324,7 @@ div.progress-done {
.popup .paren,
.popup .expand {
display: none;
+ text-align: left;
}
.popup:hover .balloon,
.popup:focus .balloon {