summaryrefslogtreecommitdiff
path: root/actiontabs
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-10-12 15:59:29 +0200
committerJonas Smedegaard <dr@jones.dk>2013-10-12 15:59:29 +0200
commita6b047be4ea244715a4ae5182d7c469c8948c31c (patch)
treee44d1b3f7432a9cbf44373707e6f87e0d828f6ad /actiontabs
parent379e696bfcc52bbcb27312feb2fa5753fe3803ff (diff)
Sync with ikiwiki 3.20130904.1.
Diffstat (limited to 'actiontabs')
-rw-r--r--actiontabs/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/actiontabs/style.css b/actiontabs/style.css
index 65e66bf..27712e8 100644
--- a/actiontabs/style.css
+++ b/actiontabs/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 {
@@ -619,7 +628,7 @@ body {
padding: 2px;
}
-#content, #comments, #footer {
+#content, #enclosure, #comments, #footer {
margin: 1em 2em;
}