css: Add missing semicolon.

(imported from commit 055cae0fdb00db656b4fcea9a384c0f2a3af58fc)
This commit is contained in:
Jessica McKellar 2012-09-13 15:49:57 -04:00
parent 9a7dc0e50b
commit ebfc684a6e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
overflow: hidden
overflow: hidden;
padding-top: 60px;
padding-bottom: 40px;
}