From b7f8e67e6d7646c9c90ca8d44e3145af29a1cc35 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Thu, 3 Mar 2016 14:30:06 -0400 Subject: [PATCH] fix space between top menu and header banner --- _topmenu.sass | 2 +- style.sass | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/_topmenu.sass b/_topmenu.sass index 0ad51d8..bcafa98 100644 --- a/_topmenu.sass +++ b/_topmenu.sass @@ -1,6 +1,6 @@ #content .box-3 .link-list-block background: #69677C - border-radius: 3px + border-radius: 0 0 3px 3px margin-bottom: 30px padding: 20px ul diff --git a/style.sass b/style.sass index ae54426..c940e98 100644 --- a/style.sass +++ b/style.sass @@ -44,8 +44,21 @@ body @import profileheader +#content + font-family: 'Ubuntu' + font-size: 12px + +#content + .main-content, .no-boxes, #not-found, #access-denied + h1 + border: none + color: #575959 + font-family: 'Ubuntu' + font-size: 22px + font-variant: normal + #boxes - margin-top: 5px + margin-top: 0px @import topmenu -- libgit2 0.21.2