Commit 084fa594d052cd7002d710980734c1bd46e92bba
Committed by
Álvaro Fernando Matos de Souza
1 parent
7e5cf3ca
Exists in
master
and in
22 other branches
hide read-more link of each post on profile blog tab
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
@@ -494,6 +494,10 @@ float: left; | @@ -494,6 +494,10 @@ float: left; | ||
494 | } | 494 | } |
495 | 495 | ||
496 | /* Read more button*/ | 496 | /* Read more button*/ |
497 | +#content #blog-tab .blog .blog-post .read-more{ | ||
498 | + display: none; | ||
499 | +} | ||
500 | + | ||
497 | #content #blog-tab .blog .read-more{ | 501 | #content #blog-tab .blog .read-more{ |
498 | text-align: right; | 502 | text-align: right; |
499 | display: block; | 503 | display: block; |