aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/bootstrap3/assets/css/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/data/themes/bootstrap3/assets/css/theme.css')
-rw-r--r--nikola/data/themes/bootstrap3/assets/css/theme.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/nikola/data/themes/bootstrap3/assets/css/theme.css b/nikola/data/themes/bootstrap3/assets/css/theme.css
index 6964ec6..52466de 100644
--- a/nikola/data/themes/bootstrap3/assets/css/theme.css
+++ b/nikola/data/themes/bootstrap3/assets/css/theme.css
@@ -118,7 +118,7 @@ article.post-micro {
}
.metadata p:before,
-.postlist .listdate:before {
+.postlist .listdate:after {
content: " — ";
}
@@ -177,6 +177,14 @@ article.post-micro {
border-top: 1px solid #e5e5e5;
}
+.codetable {
+ table-layout: fixed;
+}
+
+.codetable pre {
+ overflow-x: scroll;
+}
+
/* hat tip bootstrap/html5 boilerplate */
@media print {
*, *:before, *:after {