Sorting out CSS

This commit is contained in:
Mike Francis 2012-12-20 21:39:47 +00:00
parent 42222f69ce
commit 83030c60c0
1 changed files with 12 additions and 11 deletions

View File

@ -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;