Commit b7f8e67e6d7646c9c90ca8d44e3145af29a1cc35
1 parent
11a301c7
Exists in
master
and in
2 other branches
fix space between top menu and header banner
Showing
2 changed files
with
15 additions
and
2 deletions
Show diff stats
_topmenu.sass
style.sass
@@ -44,8 +44,21 @@ body | @@ -44,8 +44,21 @@ body | ||
44 | 44 | ||
45 | @import profileheader | 45 | @import profileheader |
46 | 46 | ||
47 | +#content | ||
48 | + font-family: 'Ubuntu' | ||
49 | + font-size: 12px | ||
50 | + | ||
51 | +#content | ||
52 | + .main-content, .no-boxes, #not-found, #access-denied | ||
53 | + h1 | ||
54 | + border: none | ||
55 | + color: #575959 | ||
56 | + font-family: 'Ubuntu' | ||
57 | + font-size: 22px | ||
58 | + font-variant: normal | ||
59 | + | ||
47 | #boxes | 60 | #boxes |
48 | - margin-top: 5px | 61 | + margin-top: 0px |
49 | 62 | ||
50 | @import topmenu | 63 | @import topmenu |
51 | 64 |