Commit 9f673d595f53da85680bb2d9a60019ab6bea5b2a
1 parent
77e36511
Exists in
master
and in
2 other branches
remove style from block-store on edition block page
Showing
2 changed files
with
20 additions
and
16 deletions
Show diff stats
partial_sass/_tagscloud.sass
1 | 1 | // Tags Cloud |
2 | -#content .tags-block | |
3 | - background-color: #F8C300 | |
4 | - margin: 0 | |
5 | - padding: 1em | |
6 | - .block-title | |
7 | - display: none | |
8 | - .tag_cloud | |
9 | - width: 960px | |
10 | - margin: auto | |
11 | - a | |
12 | - color: #497B16 | |
13 | - font-family: 'Ubuntu Mediun' | |
14 | - font-weight: normal | |
15 | - white-space: normal | |
16 | - .block-footer-content | |
17 | - display: none | |
2 | +.action-home-index #content, #content #box-organizer | |
3 | + .tags-block | |
4 | + background-color: #F8C300 | |
5 | + margin: 0 | |
6 | + padding: 1em | |
7 | + .block-title | |
8 | + display: none | |
9 | + .tag_cloud | |
10 | + width: 960px | |
11 | + margin: auto | |
12 | + a | |
13 | + color: #497B16 | |
14 | + font-family: 'Ubuntu Mediun' | |
15 | + font-weight: normal | |
16 | + white-space: normal | |
17 | + .block-footer-content | |
18 | + display: none | ... | ... |