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 Name: Bare Bones
|
||||||
Theme URI: http://github.com/mikefrancis/barebones
|
Theme URI: http://github.com/mikefrancis/barebones
|
||||||
Description: A barebones theme for WordPress 3.3+
|
|
||||||
Version: 0.1
|
|
||||||
Author: Mike Francis
|
Author: Mike Francis
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -97,19 +95,13 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* =Forms
|
||||||
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-label {
|
|
||||||
float: left;
|
|
||||||
width: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.controls {
|
|
||||||
margin-left: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input, select, textarea {
|
input, select, textarea {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
|
@ -128,6 +120,15 @@ select {
|
||||||
width: 220px;
|
width: 220px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-label {
|
||||||
|
float: left;
|
||||||
|
width: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls {
|
||||||
|
margin-left: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #999;
|
background-color: #999;
|
||||||
|
|
Loading…
Reference in New Issue