Browse Source

No dashed bottom border on titles

Gildas Chabot 8 years ago
parent
commit
14eb8f8127
1 changed files with 1 additions and 2 deletions
  1. 1 2
      styles/sobre.css

+ 1 - 2
styles/sobre.css

@@ -20,7 +20,6 @@ a img, img
20
 }
20
 }
21
 
21
 
22
 h2{
22
 h2{
23
-	border-bottom:2px dashed #dee5f0;
24
 	padding-bottom:2px;
23
 	padding-bottom:2px;
25
 	clear:both;
24
 	clear:both;
26
 	padding-top:25px;
25
 	padding-top:25px;
@@ -114,4 +113,4 @@ a:hover{
114
 
113
 
115
 #footer{
114
 #footer{
116
 	clear:both;
115
 	clear:both;
117
-}
116
+}