Commit 829ddd20d0130869c2d4a94c522158a5962d2ffb
1 parent
65888ef9
Exists in
master
and in
26 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; |