Commit f51c57ecfeff53f4446aebd3f9a052569b3d4d89

Authored by Melissa Wen
Committed by Paulo Tada
1 parent b9a97fd6
Exists in mezuro_cookbook

hide read-more link of each post on profile blog tab

src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... ... @@ -494,6 +494,10 @@ float: left;
494 494 }
495 495  
496 496 /* Read more button*/
  497 +#content #blog-tab .blog .blog-post .read-more{
  498 + display: none;
  499 +}
  500 +
497 501 #content #blog-tab .blog .read-more{
498 502 text-align: right;
499 503 display: block;
... ...