summaryrefslogtreecommitdiff
path: root/web/content
diff options
context:
space:
mode:
authorMike Ossmann <mike@ossmann.com>2011-08-13 02:06:55 +0000
committerMike Ossmann <mike@ossmann.com>2011-08-13 02:06:55 +0000
commit8cbdfd609542dde067f0c082ac1647dc6219fdc1 (patch)
treed4c478c7726579f3503bfed5a77324c822e0f7ed /web/content
parentad192f97b007053898e84f7bfcb9409a98cfe720 (diff)
fixed css bug: h2 anchor in wrong font
Diffstat (limited to 'web/content')
-rw-r--r--web/content/stylesheet.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/content/stylesheet.css b/web/content/stylesheet.css
index 3d64e8d..345c982 100644
--- a/web/content/stylesheet.css
+++ b/web/content/stylesheet.css
@@ -10,7 +10,8 @@ body {
}
a {
- text-decoration: none;
+ text-decoration: inherit;
+ font-family: inherit;
}
a:link,