Commit fbf6e70d3e319417ec6cd0ad296d6536fcfeda77
1 parent
9c8c0d8b
Exists in
master
and in
2 other branches
Added read-more with text button
Showing
2 changed files
with
8 additions
and
2 deletions
Show diff stats
2.17 KB
style.css
... | ... | @@ -489,10 +489,16 @@ div#article-parent { |
489 | 489 | |
490 | 490 | .action-home-index #content .box-1 .article-block .read-more a { |
491 | 491 | display: block; |
492 | - height: 30px; | |
492 | + height: 39px; | |
493 | + width: 161px; | |
493 | 494 | text-align: center; |
494 | 495 | padding: 7px; |
495 | - background: url(images/read-more-home.png) repeat-x; | |
496 | + background: url(images/button-read-more2.png) no-repeat; | |
497 | +} | |
498 | + | |
499 | +.action-home-index #content .box-1 .article-block .read-more a, | |
500 | +.action-home-index #content .box-1 .article-block .read-more a:hover { | |
501 | + color: transparent !important; | |
496 | 502 | } |
497 | 503 | |
498 | 504 | .action-home-index #content .box-1 .article-block .read-more a:first-child { | ... | ... |