summaryrefslogtreecommitdiff
path: root/simplex
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-05-08 12:51:10 -0400
committerThomas Park <thomas@thomaspark.me>2012-05-08 12:51:10 -0400
commit845483dae1cc9366e12b925292487a83ce1d6152 (patch)
tree17665fff6d5f6ee13c86df44bfdb6ac22046e922 /simplex
parent0f0a0f9f8a57dc9e22839b2706ced578755518ef (diff)
simplex: removed .table th override
Diffstat (limited to 'simplex')
-rw-r--r--simplex/bootstrap.css3
-rw-r--r--simplex/bootstrap.min.css1
-rwxr-xr-xsimplex/bootswatch.less3
3 files changed, 0 insertions, 7 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index b2fd83e4..22661be0 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -4307,9 +4307,6 @@ div.subnav .nav > li.open > a:hover {
.help-block {
font-size: 11px;
}
-.table th {
- font-weight: normal;
-}
.btn {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
diff --git a/simplex/bootstrap.min.css b/simplex/bootstrap.min.css
index 44e6ba70..7022703b 100644
--- a/simplex/bootstrap.min.css
+++ b/simplex/bootstrap.min.css
@@ -737,7 +737,6 @@ div.subnav .nav>li.open>a,div.subnav .nav>li.open>a:hover{background-color:trans
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover{background-color:#ededed;}
.navbar-search .search-query{border:1px solid #CCC;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#ededed;color:#555555;}
.help-inline,.help-block{font-size:11px;}
-.table th{font-weight:normal;}
.btn{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-weight:bold;background-color:#fafafa;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);}
.btn-primary{background-color:#4376de;background-image:-moz-linear-gradient(top, #4c7de0, #366ddc);background-image:-ms-linear-gradient(top, #4c7de0, #366ddc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4c7de0), to(#366ddc));background-image:-webkit-linear-gradient(top, #4c7de0, #366ddc);background-image:-o-linear-gradient(top, #4c7de0, #366ddc);background-image:linear-gradient(top, #4c7de0, #366ddc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c7de0', endColorstr='#366ddc', GradientType=0);border-color:#366ddc #366ddc #1d4ba8;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#366ddc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{background-color:#366ddc;*background-color:#255fd4;}
.btn-primary:active,.btn-primary.active{background-color:#2155be \9;}
diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less
index edf40de5..05911c05 100755
--- a/simplex/bootswatch.less
+++ b/simplex/bootswatch.less
@@ -167,9 +167,6 @@ div.subnav {
// TABLES
// -----------------------------------------------------
-.table th {
- font-weight: normal;
-}
// BUTTONS
// -----------------------------------------------------