separate code from type css files

This commit is contained in:
Mark Otto
2012-01-26 14:53:35 -08:00
parent 7a6737512a
commit f82db4b95b
6 changed files with 55 additions and 52 deletions

14
bootstrap.css vendored
View File

@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Thu Jan 26 14:50:34 PST 2012
* Date: Thu Jan 26 14:52:24 PST 2012
*/
article,
aside,
@@ -414,6 +414,12 @@ address {
line-height: 18px;
font-style: normal;
}
small {
font-size: 100%;
}
cite {
font-style: normal;
}
code, pre {
padding: 0 3px 2px;
font-family: Menlo, Monaco, "Courier New", monospace;
@@ -452,12 +458,6 @@ pre code {
padding: 0;
background-color: transparent;
}
small {
font-size: 100%;
}
cite {
font-style: normal;
}
form {
margin: 0 0 18px;
}