summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-10-09 12:35:57 +0200
committerJonas Smedegaard <dr@jones.dk>2013-10-09 12:35:57 +0200
commit6aac938c82557d6f42841fa5e98fb80c37922bec (patch)
tree0a751e2be9a323d8f4f44eeb295a9655e02814f0 /style.css
parent81e01ecf5d97072f88a68748a741e9a810551030 (diff)
Sync with ikiwiki 3.20130904.1.
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 {