Commit 529181be05694ef5fd44496e967562695c27c86f
1 parent
afd3b197
Exists in
master
hide main-content on home and remove background of generic title
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
style.sass
... | ... | @@ -46,6 +46,9 @@ body |
46 | 46 | |
47 | 47 | @import topmenu |
48 | 48 | |
49 | +.action-profile-index #content .main-content | |
50 | + display: none | |
51 | + | |
49 | 52 | .action-profile-index, .controller-profile_design |
50 | 53 | @import homeblocks |
51 | 54 | |
... | ... | @@ -59,8 +62,6 @@ body |
59 | 62 | font-weight: normal |
60 | 63 | margin-bottom: 30px |
61 | 64 | span |
62 | - background: url('icons/more.png') no-repeat left center | |
63 | - background-size: contain | |
64 | 65 | height: 25px |
65 | 66 | padding-left: 35px |
66 | 67 | ... | ... |