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,6 +46,9 @@ body | ||
46 | 46 | ||
47 | @import topmenu | 47 | @import topmenu |
48 | 48 | ||
49 | +.action-profile-index #content .main-content | ||
50 | + display: none | ||
51 | + | ||
49 | .action-profile-index, .controller-profile_design | 52 | .action-profile-index, .controller-profile_design |
50 | @import homeblocks | 53 | @import homeblocks |
51 | 54 | ||
@@ -59,8 +62,6 @@ body | @@ -59,8 +62,6 @@ body | ||
59 | font-weight: normal | 62 | font-weight: normal |
60 | margin-bottom: 30px | 63 | margin-bottom: 30px |
61 | span | 64 | span |
62 | - background: url('icons/more.png') no-repeat left center | ||
63 | - background-size: contain | ||
64 | height: 25px | 65 | height: 25px |
65 | padding-left: 35px | 66 | padding-left: 35px |
66 | 67 |