From f82db4b95bf12bc6c04a5ecc3d4a649ba9800db0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 26 Jan 2012 14:53:35 -0800 Subject: separate code from type css files --- bootstrap.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bootstrap.css') 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; } -- cgit v1.2.3