diff options
| author | Siri Reiter <siri@jones.dk> | 2010-10-14 22:44:42 +0200 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2010-10-14 22:44:42 +0200 |
| commit | a559db81c65d9e84427f7350344144ecc2a3902d (patch) | |
| tree | a5d37ccb32e6357f4186aa07a79eb161e355bbf7 | |
| parent | 5f9febb54b50eb0933f373cbc7754e44b1c7eb39 (diff) | |
Decorate branding tagline.
| -rw-r--r-- | local.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -69,6 +69,14 @@ DIV#branding-logo { right: 3%; } +DIV#branding-tagline, +DIV#branding-tagline A { + font: Verdana, Helvetica, Sans Serif; + font-weight: bold; + fint-size: 100%; + margin: 1 1 0 1em; +} + DIV.topbar { float: right; background-color: #9cf; |
