diff options
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/website/index.css b/website/index.css index b89e65cb..eeb330ce 100644 --- a/website/index.css +++ b/website/index.css @@ -40,6 +40,16 @@ h1 { height: 170px; } +.separator { + background-image: url(buttonbar.jpg); + width: 800px; + height: 8px; + line-height: 8px; + font-size: 14px; + text-align: center; + clear: both; +} + .endBar { -webkit-border-bottom-right-radius: 15px 15px; -webkit-border-bottom-left-radius: 15px 15px; @@ -133,6 +143,10 @@ code { margin-left: 32px; } +.note { + color: grey; +} + .footer { margin-top: 8px; display: block; |