Update to fix edge cases
authorShawn Wildermuth <shawn@wildermuth.com>
Fri, 18 Oct 2013 21:08:49 +0000 (17:08 -0400)
committerShawn Wildermuth <shawn@wildermuth.com>
Fri, 18 Oct 2013 21:08:49 +0000 (17:08 -0400)
Added responsive to table example.
Added override for responsive table to deal with background issue of
header and striped with template
Changed disabled menu entries to light gray as they were white on a
white background.

amelia/bootswatch.less
amelia/index.html
amelia/variables.less

index 968f5b2..096cb3d 100644 (file)
@@ -61,6 +61,10 @@ h1, h2, h3, h4, h5, h6 {
 
 // Tables =====================================================================
 
+.table-responsive > .table {
+       background-color: @table-bg;
+}
+
 // Forms ======================================================================
 
 .has-warning {
index 09e13af..76b29ce 100644 (file)
               <h1 id="tables">Tables</h1>
             </div>
 
-            <div class="bs-example">
-              <table class="table table-striped table-bordered table-hover">
+            <div class="bs-example table-responsive">
+              <table class="table table-striped table-bordered table-hover ">
                 <thead>
                   <tr>
                     <th>#</th>
index 672cb42..e83c75f 100644 (file)
 @dropdown-link-hover-color:      #fff;
 @dropdown-link-hover-bg:         @dropdown-link-active-bg;
 
-@dropdown-link-disabled-color:   @text-muted;
+@dropdown-link-disabled-color:   @gray-lighter;
 
 @dropdown-header-color:          @text-muted;