diff options
Diffstat (limited to 'united/bootstrap.css')
-rw-r--r-- | united/bootstrap.css | 37 |
1 files changed, 22 insertions, 15 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; -} |