diff options
Diffstat (limited to 'test/s5-inserts.html')
-rw-r--r-- | test/s5-inserts.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/s5-inserts.html b/test/s5-inserts.html index a3c3a7886..f21365c64 100644 --- a/test/s5-inserts.html +++ b/test/s5-inserts.html @@ -10,9 +10,9 @@ <title>My S5 Document</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%;} </style> <link rel="stylesheet" href="main.css" type="text/css" /> STUFF INSERTED |