diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-08 16:08:59 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-08 16:08:59 +0200 |
| commit | e8f7597425cf001b1c677e94797a30edf456dfe2 (patch) | |
| tree | 3ab037a3e408ac0f3dfc10d8d9db90a08c0b7f29 /res/client/css/partials | |
| parent | b7adb5193ccef24cc465a6246982d262ad7e5c86 (diff) | |
.doc-title: rm unnecessary float, set sance margin, padding
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index c8aba010..46b18cec 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -8,10 +8,10 @@ } .doc-title{ - float: left; font-family: $semibold-font-family; color: $light-grey; - margin: 10px $doc-margin 10px $doc-margin; + margin-left: 40px; + padding: 10px; font-size: $h3-size; } |
