diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-15 17:10:35 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-15 17:10:35 +0100 |
commit | 62f2557cae03bd4675fc67a7775d3c715a2f2a62 (patch) | |
tree | cdf35159fd835529017ad57f68bf337eb072fdc8 | |
parent | b6997919563ab2553e9dc4af1d4cb06c1544a5ce (diff) | |
download | mediagoblin-62f2557cae03bd4675fc67a7775d3c715a2f2a62.tar.lz mediagoblin-62f2557cae03bd4675fc67a7775d3c715a2f2a62.tar.xz mediagoblin-62f2557cae03bd4675fc67a7775d3c715a2f2a62.zip |
Another small text style fix
-rw-r--r-- | mediagoblin/static/css/base.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 5b37a362..44c7cd0c 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -43,12 +43,18 @@ form { /* text styles */ +h1,h2,h3,p { + margin-bottom: 20px; +} + +h1,h2,h3 { + font-weight: bold; +} + h1 { - margin-bottom: 15px; margin-top: 15px; color: #fff; font-size: 1.875em; - font-weight: bold; } h2 { @@ -64,7 +70,6 @@ h3 { p { margin-top: 0px; - margin-bottom: 20px; } a { |