]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
set list-style to none for breadcrumbs to resolve cross browser issues per #2224
authorMark Otto <markotto@twitter.com>
Tue, 28 Feb 2012 05:32:48 +0000 (21:32 -0800)
committerMark Otto <markotto@twitter.com>
Tue, 28 Feb 2012 05:32:48 +0000 (21:32 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/breadcrumbs.less

index 260210777514987f0857b9380e2066c4fe215bb8..fc5253aae37a8c1a05e2feb48f4684395db224e4 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 82b96d55dfe0f9cc234f9e36be6a7c2b2dd3b8d6..e9ca59ab25dc17bfde2b24689f8c391fb5dc23c2 100644 (file)
@@ -2859,6 +2859,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
 .breadcrumb {
   padding: 7px 14px;
   margin: 0 0 18px;
+  list-style: none;
   background-color: #fbfbfb;
   background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
   background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
index 39060bad2f06f3299639b3a9a146c7bf8cff290a..e346dc124341075adf0457408b9ceb5e6c5b206b 100644 (file)
@@ -4,6 +4,7 @@
 .breadcrumb {
   padding: 7px 14px;
   margin: 0 0 @baseLineHeight;
+  list-style: none;
   #gradient > .vertical(@white, #f5f5f5);
   border: 1px solid #ddd;
   .border-radius(3px);