diff options
| author | Mark Otto <[email protected]> | 2012-01-26 14:53:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 14:53:35 -0800 |
| commit | f82db4b95bf12bc6c04a5ecc3d4a649ba9800db0 (patch) | |
| tree | d75c4b84c45626deab2c00aa211f12b19f30b360 /bootstrap.css | |
| parent | 7a6737512a18f56bb95a0024fdbd4a8823034b76 (diff) | |
| download | bootstrap-f82db4b95bf12bc6c04a5ecc3d4a649ba9800db0.tar.xz bootstrap-f82db4b95bf12bc6c04a5ecc3d4a649ba9800db0.zip | |
separate code from type css files
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap.css b/bootstrap.css index 6970487e0..f3ea6d0b9 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -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; } |
