From 83030c60c0f2e40849430825a967f93bbf3bd823 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 20 Dec 2012 21:39:47 +0000 Subject: [PATCH] Sorting out CSS --- style.css | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/style.css b/style.css index 271562b..0af7064 100755 --- a/style.css +++ b/style.css @@ -1,8 +1,6 @@ /* Theme Name: Bare Bones Theme URI: http://github.com/mikefrancis/barebones -Description: A barebones theme for WordPress 3.3+ -Version: 0.1 Author: Mike Francis */ @@ -97,19 +95,13 @@ a { text-decoration: none; } +/* =Forms +-------------------------------------------------------------- */ + label { display: inline-block; } -.control-label { - float: left; - width: 160px; -} - -.controls { - margin-left: 160px; -} - input, select, textarea { display: inline-block; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; @@ -128,6 +120,15 @@ select { width: 220px; } +.control-label { + float: left; + width: 160px; +} + +.controls { + margin-left: 160px; +} + .btn { display: inline-block; background-color: #999;