diff options
author | Marcel Klehr <mklehr@gmx.net> | 2014-03-27 18:08:55 +0100 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2014-03-27 18:08:55 +0100 |
commit | 3a82cba4c5f7826ffdc74c88f58e53e2fca541e6 (patch) | |
tree | 1903ddf2ef3cf43f689cf32be5d7da104dfaa06c /doc/assets | |
parent | 56fd078469fafa10cd5c706ab36f4165b925ae93 (diff) | |
download | etherpad-lite-3a82cba4c5f7826ffdc74c88f58e53e2fca541e6.zip |
Polish the styles of our docs a little
Diffstat (limited to 'doc/assets')
-rw-r--r-- | doc/assets/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/assets/style.css b/doc/assets/style.css index fe1343af..09bc9a36 100644 --- a/doc/assets/style.css +++ b/doc/assets/style.css @@ -1,3 +1,7 @@ +html { + border-top: solid green 5pt; +} + body.apidoc { width: 60%; min-width: 10cm; @@ -5,8 +9,7 @@ body.apidoc { } #header { - background-color: #5a5; - padding: 10px; + padding: 1pc 0; color: #111; } |