diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 01:37:55 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 01:37:55 +0200 |
| commit | c7502ef8e03274282712fd03847b3088ee860981 (patch) | |
| tree | 23067cc30105911d0b11e75c16efa7bc104ceac4 /res/css/partials/top-bar.scss | |
| parent | f92ea38fff179613edb543b6435750c0ed64e573 (diff) | |
fixed broken fonts, div positioning and search bar drop shadow
Diffstat (limited to 'res/css/partials/top-bar.scss')
| -rw-r--r-- | res/css/partials/top-bar.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/css/partials/top-bar.scss b/res/css/partials/top-bar.scss index 22fa64ac..85961d41 100644 --- a/res/css/partials/top-bar.scss +++ b/res/css/partials/top-bar.scss @@ -1,5 +1,5 @@ .top-bar{ - position:fixed; + position:relative; top:0; left:0; width:100%; @@ -12,6 +12,7 @@ font-family: $semibold-font-family; color: $light-grey; margin: 10px $doc-margin 10px $doc-margin; + font-size: $h3-size; } .user-area { |
