Commit 5cb4d67e2dcd8034bf3962df77cb0efe2e6a9198
1 parent
bc0f3eea
Exists in
master
and in
29 other branches
ActionItem664: fixed
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.11.x@2486 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
public/stylesheets/blocks.css
| ... | ... | @@ -7,6 +7,10 @@ |
| 7 | 7 | border: none; |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | +.main-block, .recent-documents-block, .article-block { | |
| 11 | + overflow: hidden; | |
| 12 | +} | |
| 13 | + | |
| 10 | 14 | /*********************************************************** |
| 11 | 15 | * the handles to where you can drag the blocks |
| 12 | 16 | ***********************************************************/ | ... | ... |