Browse Source

fixing up anchor tag styles over headings

Casey DeLorme 10 years ago
parent
commit
2440676979
1 changed files with 4 additions and 0 deletions
  1. 4 0
      public/css/main.css

+ 4 - 0
public/css/main.css

@@ -100,8 +100,12 @@ li {
     list-style-type: disc;
     list-style-type: disc;
     line-height: 115%;
     line-height: 115%;
 }
 }
+p>a, li>a {
+    text-decoration: underline;
+}
 a, a:hover, a:active, a:visited {
 a, a:hover, a:active, a:visited {
     color: #000;
     color: #000;
+    text-decoration: none;
 }
 }
 a>img {
 a>img {
     border: none;
     border: none;