diff options
author | Siri Reiter <siri@jones.dk> | 2013-11-24 22:51:04 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-11-24 22:51:04 +0100 |
commit | 5846a18dcb4b973d967028149e5d8c426beb6b55 (patch) | |
tree | 132d8ff0c1d0f757950831538a0e31aee27a61b1 /local.scss | |
parent | 584b556732724ce77db631950eb2de59c087a231 (diff) |
Styling: Restyle inlineheader.
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -20,7 +20,7 @@ p { clear: both; } -h1, h2, h3 { +h1, h2, h3, .inlineheader { color: $headerColor; clear: both; } @@ -111,8 +111,11 @@ a { overflow: visible; } -.inlineheader a { - font-weight: normal; +.inlineheader { + font-size: 2em; + a { + font-weight: normal; + } } .inlinepage .tags { |