* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Thu Nov 17 00:52:01 PST 2011
* Date: Sun Nov 20 18:13:58 PST 2011
*/
*/
/* Reset.less
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
...
@@ -118,9 +118,9 @@ audio:not([controls]) {
...
@@ -118,9 +118,9 @@ audio:not([controls]) {
display:none;
display:none;
}
}
sub,sup{
sub,sup{
position:relative;
font-size:75%;
font-size:75%;
line-height:0;
line-height:0;
position:relative;
vertical-align:baseline;
vertical-align:baseline;
}
}
sup{
sup{
...
@@ -137,18 +137,18 @@ button,
...
@@ -137,18 +137,18 @@ button,
input,
input,
select,
select,
textarea{
textarea{
font-size:100%;
margin:0;
margin:0;
font-size:100%;
vertical-align:baseline;
vertical-align:baseline;
*vertical-align:middle;
*vertical-align:middle;
}
}
button,input{
button,input{
line-height:normal;
*overflow:visible;
*overflow:visible;
line-height:normal;
}
}
button::-moz-focus-inner,input::-moz-focus-inner{
button::-moz-focus-inner,input::-moz-focus-inner{
border:0;
padding:0;
padding:0;
border:0;
}
}
button,
button,
input[type="button"],
input[type="button"],
...
@@ -181,12 +181,12 @@ textarea {
...
@@ -181,12 +181,12 @@ textarea {
* Basic and global styles for generating a grid system, structural layout, and page templates
* Basic and global styles for generating a grid system, structural layout, and page templates