diff --git a/assets/bootstrap.zip b/assets/bootstrap.zip index 3de85be8..52171a6c 100644 Binary files a/assets/bootstrap.zip and b/assets/bootstrap.zip differ diff --git a/assets/css/bootstrap.css b/assets/css/bootstrap.css index fa588699..a90e3193 100644 --- a/assets/css/bootstrap.css +++ b/assets/css/bootstrap.css @@ -2108,12 +2108,12 @@ button.btn.small, input[type="submit"].btn.small { .nav-list > li + .nav-header { margin-top: 9px; } -.nav-list .active > a { +.nav-list .active > a, .nav-list .active > a:hover { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #0088cc; } -.nav-list .icon { +.nav-list [class^="icon-"] { margin-right: 2px; } .nav-tabs, .nav-pills { diff --git a/base-css.html b/base-css.html index b53b873a..5176c3ec 100644 --- a/base-css.html +++ b/base-css.html @@ -600,7 +600,7 @@ For example, <code>section</code> should be wrapped as inline.
Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.
Note: Sprited tables use the :nth-child CSS selector and is not available in IE7-IE8.
Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.
<table class="table table-striped">
…
@@ -914,7 +914,7 @@ For example, <code>section</code> should be wrapped as inline.
<span class="label label-success">New</span>
@@ -1295,25 +1295,25 @@
Wrap your message and an optional close icon in a div with simple class.
<div class="alert"> <a class="close">×</a> - <strong>Warning!</strong> Best check yo self, you’re not looking too good. + <strong>Warning!</strong> Best check yo self, you're not looking too good. </div>
Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.
Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
+Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<div class="alert alert-block"> <a class="close">×</a> <h4 class="alert-heading">Warning!</h4> - Best check yo self, you’re not... + Best check yo self, you're not... </div>@@ -1349,7 +1349,7 @@
<div class="alert alert-info">
diff --git a/examples.html b/examples.html
index cf9cbefc..92528767 100644
--- a/examples.html
+++ b/examples.html
@@ -95,7 +95,7 @@
Fluid layout
- Uses are new responsive, fluid grid system to create seamless liquid layout.
+ Uses our new responsive, fluid grid system to create seamless liquid layout.