summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-11-24 22:51:04 +0100
committerSiri Reiter <siri@jones.dk>2013-11-24 22:51:04 +0100
commit5846a18dcb4b973d967028149e5d8c426beb6b55 (patch)
tree132d8ff0c1d0f757950831538a0e31aee27a61b1 /local.scss
parent584b556732724ce77db631950eb2de59c087a231 (diff)
Styling: Restyle inlineheader.
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/local.scss b/local.scss
index 74dfdb9..9a0c405 100644
--- a/local.scss
+++ b/local.scss
@@ -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 {