Commit aecf9976c2e62519242b2195e826a23dc9a7afcd

Authored by Victor Costa
1 parent ebac60bc

Fix style.css

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
style.css
... ... @@ -207,7 +207,7 @@ div#article-parent {
207 207 }
208 208  
209 209 #content .blog-post .read-more a:hover {
210   - border 1px solid #000;
  210 + border: 1px solid #000;
211 211 background: #FFF;
212 212 }
213 213  
... ... @@ -799,4 +799,4 @@ outline: 1px dotted #DFDFDF;
799 799 color: #DB6389;
800 800 font-size: 18px;
801 801 font-weight: bold;
802 802 -}
  803 +}
803 804 \ No newline at end of file
... ...