Skip to content

Commit 9d827cd

Browse files
committed
underline links in content area
1 parent 89a29b6 commit 9d827cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: css/site.css

+8
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ code, .highlight {
6262
margin-left: 20px;
6363
}
6464

65+
#content a {
66+
text-decoration: underline;
67+
}
68+
69+
#content .well a {
70+
text-decoration: none;
71+
}
72+
6573
.well ul li {
6674
list-style-type: square;
6775
margin-bottom: 15px;

0 commit comments

Comments
 (0)