mirror of https://github.com/zulip/zulip.git
css: Add missing semicolon.
(imported from commit 055cae0fdb00db656b4fcea9a384c0f2a3af58fc)
This commit is contained in:
parent
9a7dc0e50b
commit
ebfc684a6e
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||
overflow: hidden
|
||||
overflow: hidden;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue