From 980e4ca52377ab44887662c28c33bb39b959b2f6 Mon Sep 17 00:00:00 2001 From: Steve Kinney Date: Wed, 18 Jun 2014 15:42:11 -0400 Subject: [PATCH] Add width property declarations --- src/client/style/base.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/client/style/base.css b/src/client/style/base.css index 206b949..fd1612f 100644 --- a/src/client/style/base.css +++ b/src/client/style/base.css @@ -1,12 +1,12 @@ /* Column widths for 6 column responsive fluid layout */ -.one-wide { 13.6%; } -.two-wide { 30.9%; } -.three-wide { 48.2%; } -.four-wide { 65.5%; } -.five-wide { 82.7%; } -.six-wide { 100%; } -.quarter-wide { 22.2%; } -.three-quarters-wide { 74.1%; } +.one-wide { width: 13.6%; } +.two-wide { width: 30.9%; } +.three-wide { width: 48.2%; } +.four-wide { width: 65.5%; } +.five-wide { width: 82.7%; } +.six-wide { width: 100%; } +.quarter-wide { width: 22.2%; } +.three-quarters-wide { width: 74.1%; } /* apply a natural box layout model to all elements */ *,