diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2010-12-11 22:57:48 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2010-12-11 22:57:48 +0100 |
commit | aafbefbb61d1690e49df48906f16564136f0def8 (patch) | |
tree | 7d7e03929c5917cf8dcd7edec844c9fa90a57ee2 | |
parent | 6ae2e5d24d94e438d29b84bd792b2b24d0242604 (diff) |
Slightly increased size for H2 inside content.
-rw-r--r-- | default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.css b/default.css index 4d777fd..5b8fcbc 100644 --- a/default.css +++ b/default.css @@ -135,7 +135,7 @@ p.incitement }
.content h2
{
- font: normal 1.1em "Lucida Sans Unicode",sans-serif;
+ font: normal 1.2em "Lucida Sans Unicode",sans-serif;
margin-top: 1.5em;
margin-bottom: 1em;
}
|