Commit b7f8e67e6d7646c9c90ca8d44e3145af29a1cc35

Authored by Melissa Wen
1 parent 11a301c7
Exists in master

fix space between top menu and header banner

Showing 2 changed files with 15 additions and 2 deletions   Show diff stats
_topmenu.sass
1 1 #content .box-3 .link-list-block
2 2 background: #69677C
3   - border-radius: 3px
  3 + border-radius: 0 0 3px 3px
4 4 margin-bottom: 30px
5 5 padding: 20px
6 6 ul
... ...
style.sass
... ... @@ -44,8 +44,21 @@ body
44 44  
45 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 60 #boxes
48   - margin-top: 5px
  61 + margin-top: 0px
49 62  
50 63 @import topmenu
51 64  
... ...