diff options
Diffstat (limited to 'doc/all.css')
-rw-r--r-- | doc/all.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/all.css b/doc/all.css index e496388ef..a985d8ffb 100644 --- a/doc/all.css +++ b/doc/all.css @@ -140,7 +140,7 @@ h1#title { } #content h2 { border-top: 2px solid #ddd; - padding: 8px 5px; + padding: 8px 0; margin: 1.5em 0 0; } #content .subtitle { @@ -198,3 +198,8 @@ span.alert { padding: 0.25em 1em; background: #F4F4F4; } +sup.new { + color: red; + font-size: 8px; + line-height: 0; +} |