Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Fix link styling in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatansberg committed Dec 28, 2011
1 parent f745dcf commit 0073b66
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions styles/screen.css
Expand Up @@ -47,15 +47,13 @@ p, ol, ul {
}
a {
color: #444;
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #111;
text-decoration: underline;
}
p a {
font-weight: bold;
text-decoration: underline;
}
abbr {
display: inline-block;
border-bottom: 1px dashed;
Expand Down Expand Up @@ -92,11 +90,14 @@ nav ul li {
}
nav ul li strong a {
text-decoration: underline;
font-weight: bold;
}
nav ul li a {
display: inline-block;
padding: 0 24px;
margin: 0 -24px;
text-decoration: none;
font-weight: normal;
}
nav ul li:before {
content: "→ ";
Expand Down

0 comments on commit 0073b66

Please sign in to comment.