Sorting out CSS
This commit is contained in:
parent
42222f69ce
commit
83030c60c0
23
style.css
23
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;
|
||||
|
|
Loading…
Reference in New Issue