]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke unused code, add to upgrading page
authorMark Otto <markdotto@gmail.com>
Sun, 8 Jan 2012 05:10:17 +0000 (21:10 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 8 Jan 2012 05:10:17 +0000 (21:10 -0800)
bootstrap.css
docs/upgrading.html
lib/navbar.less

index f16ce9e3d3061408c947e61db902f9e4d23f5f97..6d9d78ebb1935cb9fc388cdc9fe36e43caa58635 100644 (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: Sat Jan  7 20:56:31 PST 2012
+ * Date: Sat Jan  7 21:10:08 PST 2012
  */
 html, body {
   margin: 0;
@@ -1790,38 +1790,6 @@ i {
   left: auto;
   right: 13px;
 }
-/*  // Dropdowns within the .nav
-  .dropdown-toggle:hover,
-  .dropdown.open .dropdown-toggle {
-    background: #444;
-    background: rgba(255,255,255,.05);
-  }
-  .dropdown-menu {
-    background-color: #333;
-    .dropdown-toggle {
-      color: @white;
-      &.open {
-        background: #444;
-        background: rgba(255,255,255,.05);
-      }
-    }
-    li a {
-      padding: 4px 15px;
-      color: #999;
-      text-shadow: 0 1px 0 rgba(0,0,0,.5);
-      &:hover {
-        #gradient > .vertical(#292929,#191919);
-        color: @white;
-      }
-    }
-    .active a {
-      color: @white;
-    }
-    .divider {
-      background-color: #222;
-      border-color: #444;
-    }
-  }*/
 .nav {
   margin-left: 0;
   margin-bottom: 18px;
index f6070f8468e736048bc96b53d1782d63288286fd..916240794f0cfb7297f273c683db0ae790181cc9 100644 (file)
     <ul>
       <li>Updated the <code>.dropdown-menu</code> to tighten up spacing</li>
       <li>Now requires you to add a <code>&lt;span class="caret"&gt;&lt;/span&gt;</code> to show the dropdown arrow</li>
+      <li>The navbar (fixed topbar) has brand new dropdowns. Gone are the dark versions and in their place are the standard white ones with an additional caret at their tops for clarity of position.</li>
     </ul>
   </li>
   <li>Navigation
index b7f2231417eab9271f1075e8e65ce0c491130719..8ee203307f7651fb3dc4ecbf14346c30c2b0c2bd 100644 (file)
     right: 13px;
   }
 }
-
-
-/*  // Dropdowns within the .nav
-  .dropdown-toggle:hover,
-  .dropdown.open .dropdown-toggle {
-    background: #444;
-    background: rgba(255,255,255,.05);
-  }
-  .dropdown-menu {
-    background-color: #333;
-    .dropdown-toggle {
-      color: @white;
-      &.open {
-        background: #444;
-        background: rgba(255,255,255,.05);
-      }
-    }
-    li a {
-      padding: 4px 15px;
-      color: #999;
-      text-shadow: 0 1px 0 rgba(0,0,0,.5);
-      &:hover {
-        #gradient > .vertical(#292929,#191919);
-        color: @white;
-      }
-    }
-    .active a {
-      color: @white;
-    }
-    .divider {
-      background-color: #222;
-      border-color: #444;
-    }
-  }*/