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/style.css | |
| parent | b7adb5193ccef24cc465a6246982d262ad7e5c86 (diff) | |
.doc-title: rm unnecessary float, set sance margin, padding
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index b7434a43..6a6f81ea 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -795,8 +795,10 @@ body.debug .debug-ui-right { float: left; font-family: "Source_Semibold", sans-serif; color: #f5f5fa; - margin: 10px 70px 10px 70px; - font-size: 18px; } + margin-left: 40px; + font-size: 18px; + padding: 10px; + } .user-area { float: right; |
