summaryrefslogtreecommitdiff
path: root/data/templates/default.s5
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.s5')
-rw-r--r--data/templates/default.s56
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/default.s5 b/data/templates/default.s5
index 23be415bc..cf4a3cc8d 100644
--- a/data/templates/default.s5
+++ b/data/templates/default.s5
@@ -17,9 +17,9 @@ $endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
<style type="text/css">
code{white-space: pre-wrap;}
- .smallcaps{font-variant: small-caps;}
- .line-block{white-space: pre-line;}
- .column{display: inline-block;}
+ span.smallcaps{font-variant: small-caps;}
+ div.line-block{white-space: pre-line;}
+ div.column{display: inline-block; vertical-align: top; width: 50%;}
$if(quotes)$
q { quotes: "“" "”" "‘" "’"; }
$endif$