summaryrefslogtreecommitdiff
path: root/united
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-21 11:38:50 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-21 11:38:50 -0500
commit4d695854fdcaf60c3fd3a1c8dde694c6420b4a0d (patch)
treefc19ce650b1633fa9879159c681fef1dcc17adfb /united
parenta1dba697ab872e9a84574e026ffa7b169728af01 (diff)
fixed link color to be white in .navbar-text
Diffstat (limited to 'united')
-rw-r--r--united/bootstrap.css37
-rw-r--r--united/bootstrap.min.css11
-rwxr-xr-xunited/bootswatch.less9
3 files changed, 37 insertions, 20 deletions
diff --git a/united/bootstrap.css b/united/bootstrap.css
index a625f09b..8836f6d8 100644
--- a/united/bootstrap.css
+++ b/united/bootstrap.css
@@ -3480,6 +3480,21 @@ a.thumbnail:hover {
font-weight: 200;
line-height: 27px;
}
+.pull-right {
+ float: right;
+}
+.pull-left {
+ float: left;
+}
+.hide {
+ display: none;
+}
+.show {
+ display: block;
+}
+.invisible {
+ visibility: hidden;
+}
.navbar .nav > li > a {
border-right: 1px solid #C03D14;
border-left: 1px solid #E6633A;
@@ -3494,6 +3509,13 @@ a.thumbnail:hover {
background-color: inherit;
border-right: 0px solid #CE4213;
}
+.navbar .navbar-text > a {
+ color: #ffffff;
+ text-decoration: underline;
+}
+.navbar .navbar-text > a:hover {
+ color: #ddd;
+}
.navbar-search .search-query {
border: 1px solid #97310e;
}
@@ -3574,18 +3596,3 @@ a.thumbnail:hover {
.alert {
text-shadow: none !important;
}
-.pull-right {
- float: right;
-}
-.pull-left {
- float: left;
-}
-.hide {
- display: none;
-}
-.show {
- display: block;
-}
-.invisible {
- visibility: hidden;
-}
diff --git a/united/bootstrap.min.css b/united/bootstrap.min.css
index 8b1f5e7c..0c4c696a 100644
--- a/united/bootstrap.min.css
+++ b/united/bootstrap.min.css
@@ -626,9 +626,15 @@ a.thumbnail:hover{border-color:#dd4814;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel-caption h4,.carousel-caption p{color:#ffffff;}
.hero-unit{padding:60px;margin-bottom:30px;background-color:#f5f5f5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;}
.hero-unit p{font-size:18px;font-weight:200;line-height:27px;}
+.pull-right{float:right;}
+.pull-left{float:left;}
+.hide{display:none;}
+.show{display:block;}
+.invisible{visibility:hidden;}
.navbar .nav>li>a{border-right:1px solid #C03D14;border-left:1px solid #E6633A;}.navbar .nav>li>a:hover{background-color:#97310e;}
.navbar .nav .active>a,.navbar .nav .active>a:hover{background-color:rgba(0, 0, 0, 0.2);}
.navbar .divider-vertical{background-color:inherit;border-right:0px solid #CE4213;}
+.navbar .navbar-text>a{color:#ffffff;text-decoration:underline;}.navbar .navbar-text>a:hover{color:#ddd;}
.navbar-search .search-query{border:1px solid #97310e;}
.navbar .nav-collapse>.nav>li .dropdown-menu a{color:#dd4814;}.navbar .nav-collapse>.nav>li .dropdown-menu a:hover{color:#ffffff;}
.navbar .nav-collapse.collapse>.nav li>a{color:#ffffff;border-left:0px solid #dd4814;border-right:0px solid #dd4814;}.navbar .nav-collapse.collapse>.nav li>a:hover{background-color:#2B7CAC;}
@@ -639,8 +645,3 @@ a.thumbnail:hover{border-color:#dd4814;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.btn-warning:active,.btn-warning.active{background-color:#e7a413 \9;}
.btn-warning .caret{border-top-color:#ffffff;opacity:0.75;filter:alpha(opacity=75);}
.alert{text-shadow:none !important;}
-.pull-right{float:right;}
-.pull-left{float:left;}
-.hide{display:none;}
-.show{display:block;}
-.invisible{visibility:hidden;}
diff --git a/united/bootswatch.less b/united/bootswatch.less
index 81ca9fdd..5f264616 100755
--- a/united/bootswatch.less
+++ b/united/bootswatch.less
@@ -33,6 +33,15 @@
border-right: 0px solid #CE4213;
}
+.navbar .navbar-text > a {
+ color: @white;
+ text-decoration: underline;
+
+ &:hover {
+ color: #ddd;
+ }
+}
+
.navbar-search .search-query {
border: 1px solid darken(@navbarBackground, 15%);
}