Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
changed navigation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Hristov committed Mar 30, 2015
1 parent 92ee025 commit 752ed6a
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
18 changes: 9 additions & 9 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,20 +175,20 @@
"@navbar-inverse-toggle-hover-bg": "#333",
"@navbar-inverse-toggle-icon-bar-bg": "#fff",
"@navbar-inverse-toggle-border-color": "#333",
"@nav-link-padding": "10px 15px",
"@nav-link-hover-bg": "@gray-lighter",
"@nav-link-padding": "0 3px",
"@nav-link-hover-bg": "transparent",
"@nav-disabled-link-color": "@gray-light",
"@nav-disabled-link-hover-color": "@gray-light",
"@nav-tabs-border-color": "#999",
"@nav-tabs-link-hover-border-color": "#15e7e4",
"@nav-tabs-border-color": "transparent",
"@nav-tabs-link-hover-border-color": "transparent",
"@nav-tabs-active-link-hover-bg": "none",
"@nav-tabs-active-link-hover-color": "#2c96af",
"@nav-tabs-active-link-hover-border-color": "#2c96af",
"@nav-tabs-justified-link-border-color": "#ddd",
"@nav-tabs-justified-active-link-border-color": "@body-bg",
"@nav-tabs-justified-link-border-color": "transparent",
"@nav-tabs-justified-active-link-border-color": "transparent",
"@nav-pills-border-radius": "0",
"@nav-pills-active-link-hover-bg": "transparent",
"@nav-pills-active-link-hover-color": "transparent",
"@nav-pills-active-link-hover-bg": "@brand-info",
"@nav-pills-active-link-hover-color": "@brand-info",
"@pagination-color": "@link-color",
"@pagination-bg": "#fff",
"@pagination-border": "#ddd",
Expand Down Expand Up @@ -426,5 +426,5 @@
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=84123caf142a2300711c"
"customizerUrl": "http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d"
}
4 changes: 2 additions & 2 deletions dist/css/bootstrap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=84123caf142a2300711c)
* Config saved to config.json and https://gist.github.com/84123caf142a2300711c
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
*/
.btn-default,
.btn-primary,
Expand Down
4 changes: 2 additions & 2 deletions dist/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=84123caf142a2300711c)
* Config saved to config.json and https://gist.github.com/84123caf142a2300711c
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
Expand Down Expand Up @@ -3886,12 +3886,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
padding: 0 3px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
background-color: transparent;
}
.nav > li.disabled > a {
color: #777777;
Expand All @@ -3906,7 +3906,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
background-color: transparent;
border-color: #0e2e54;
}
.nav .nav-divider {
Expand All @@ -3919,7 +3919,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #999999;
border-bottom: 1px solid transparent;
}
.nav-tabs > li {
float: left;
Expand All @@ -3932,7 +3932,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #15e7e4 #15e7e4 #999999;
border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
Expand Down Expand Up @@ -3974,17 +3974,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
border: 1px solid transparent;
}
@media (min-width: 800px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-bottom: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
border-bottom-color: transparent;
}
}
.nav-pills > li {
Expand All @@ -3999,8 +3999,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: transparent;
background-color: transparent;
color: #22679f;
background-color: #22679f;
}
.nav-stacked > li {
float: none;
Expand Down Expand Up @@ -4042,17 +4042,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
border: 1px solid transparent;
}
@media (min-width: 800px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-bottom: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
border-bottom-color: transparent;
}
}
.tab-content > .tab-pane {
Expand Down
6 changes: 3 additions & 3 deletions dist/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=84123caf142a2300711c)
* Config saved to config.json and https://gist.github.com/84123caf142a2300711c
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
Expand Down
4 changes: 2 additions & 2 deletions dist/js/bootstrap.min.js

Large diffs are not rendered by default.

0 comments on commit 752ed6a

Please sign in to comment.