Commit 81f3359b2808ca2bc1099a991ca4b67e833adba2

Authored by Victor Costa
1 parent 6c150064

Fix style.css

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
style.css
... ... @@ -195,7 +195,7 @@ div#article-parent {
195 195 }
196 196  
197 197 #content .blog-post .read-more a:hover {
198   - border 1px solid #000;
  198 + border: 1px solid #000;
199 199 background: #FFF;
200 200 }
201 201  
... ... @@ -522,6 +522,4 @@ outline: 1px dotted #DFDFDF;
522 522 padding: 5px 15px;
523 523 position: relative;
524 524 top: 5px;
525   -}
526   -
527   -
  525 +}
528 526 \ No newline at end of file
... ...