summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-05-08 22:43:06 +0200
committerJonas Smedegaard <dr@jones.dk>2011-05-08 22:43:06 +0200
commit7f9835a6c326a8d516cac45d1137bee3fd353715 (patch)
tree7ea9ef2b4ba72c537450e9a158ac273d081714e5 /local.scss
parent4dd7e5680967cd8e2bfa10d5ab86abb77ed0cbf8 (diff)
Merge anchor tag entries.
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss14
1 files changed, 6 insertions, 8 deletions
diff --git a/local.scss b/local.scss
index e46d7cc..71a0c6e 100644
--- a/local.scss
+++ b/local.scss
@@ -33,10 +33,9 @@ h2 {
a {
font-weight: inherit;
text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
+ &:hover {
+ text-decoration: underline;
+ }
}
em {
@@ -184,10 +183,9 @@ div.sidebar ul ul li {
div.sidebar a {
color: black;
-}
-
-div.sidebar A:hover {
- text-decoration: underline;
+ &:hover {
+ text-decoration: underline;
+ }
}
div.sidebar div.notebox {