aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-17 23:45:35 -0700
committerMark Otto <[email protected]>2011-10-17 23:45:35 -0700
commit369b9720c6090985c678076eebb59c080c0ed27c (patch)
tree1aa41ff88d7df47dca598d98bef68efeb4f5aa0e /bootstrap.css
parentae5c5e10635049c65d73454ca9486539bdf324d4 (diff)
downloadbootstrap-369b9720c6090985c678076eebb59c080c0ed27c.tar.xz
bootstrap-369b9720c6090985c678076eebb59c080c0ed27c.zip
adding responsive stuff to docs to stub that out, updated type to make ul and ol margins match p tags
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index f3ff894d1..0f6d58ae0 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: Mon Oct 17 14:16:58 PDT 2011
+ * Date: Mon Oct 17 23:44:56 PDT 2011
*/
/* 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).
@@ -416,7 +416,7 @@ h6 {
text-transform: uppercase;
}
ul, ol {
- margin: 0 0 18px 25px;
+ margin: 0 0 9px 25px;
}
ul ul,
ul ol,