basic style overhaul complete.

This commit is contained in:
Saman Bemel-Benrud
2012-12-07 17:39:33 -05:00
parent 91c14a3cca
commit e82bf1a8b0
13 changed files with 1111 additions and 371 deletions
+16 -1
View File
@@ -60,6 +60,7 @@ textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 2 */
margin: 0; /* 3 */
padding: 0;
}
/*
@@ -139,4 +140,18 @@ button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }