Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Added underline to paragraphs in main div.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Feb 21, 2011
1 parent a5104e4 commit dfd488d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emptiness/src/main/resources/styles/style.css
Expand Up @@ -101,6 +101,9 @@ div.main {
div.item div.main {
overflow: hidden;
}
div.item div.main p a {
text-decoration: underline;
}
a {
color: #666666;
text-decoration: none;
Expand Down

0 comments on commit dfd488d

Please sign in to comment.