From 825cd2ea64f527796644f27484ac672fa2aa1bd0 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Mon, 24 Dec 2012 12:41:07 +1100 Subject: [PATCH] Styles on their own lines --- lib/css/modals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/css/modals.css b/lib/css/modals.css index f188c7e..2253a6b 100644 --- a/lib/css/modals.css +++ b/lib/css/modals.css @@ -1,7 +1,8 @@ /* Modals -------------------------------------------------- */ .modal { - position: fixed; top: 0; + position: fixed; + top: 0; background-color: #fff; width: 100%; -- 2.39.2