From ebfc684a6e97699040fe71feebfdfb26fee9352c Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Thu, 13 Sep 2012 15:49:57 -0400 Subject: [PATCH] css: Add missing semicolon. (imported from commit 055cae0fdb00db656b4fcea9a384c0f2a3af58fc) --- zephyr/static/styles/zephyr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 374261ddb4..3de4af824d 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1,6 +1,6 @@ body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; - overflow: hidden + overflow: hidden; padding-top: 60px; padding-bottom: 40px; }