Commit 6adc66642cf765bfc304e5c6f1eb3815b9bd6699
1 parent
aa1070e7
Exists in
master
and in
2 other branches
Estilo para botão leia mais..
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -354,6 +354,17 @@ div#article-parent { |
354 | 354 | margin: 0px; |
355 | 355 | } |
356 | 356 | |
357 | +#content .blog-post .read-more a { | |
358 | + padding: 4px; | |
359 | + border: 1px solid #DFDFDF; | |
360 | + background: #F5FAF5; | |
361 | +} | |
362 | + | |
363 | +#content .blog-post .read-more a:hover { | |
364 | + border 1px solid #000; | |
365 | + background: #FFF; | |
366 | +} | |
367 | + | |
357 | 368 | /* Block My Network style */ |
358 | 369 | |
359 | 370 | #content .my-network-block { | ... | ... |