diff options
Diffstat (limited to 'website/features/features.css')
-rw-r--r-- | website/features/features.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/website/features/features.css b/website/features/features.css index 7edaf769..d726f679 100644 --- a/website/features/features.css +++ b/website/features/features.css @@ -78,11 +78,10 @@ h1 { } .snippets { - margin-top: 32px; + margin-top: 0px; } .snippets .pre { - white-space: pre; float: left; width: 45%; } @@ -93,6 +92,10 @@ h1 { border: 1px dotted #888; } +.snippet font { + white-space: pre; +} + .snippets .sep { display: block; width: 5%; @@ -101,7 +104,6 @@ h1 { } .snippets .post { - white-space: pre; float: left; width: 45%; } @@ -114,10 +116,6 @@ h1 { font-size: 14px; } -.snippet br { - display: none; -} - .footer { clear: left; margin: 0 auto 0 auto; |