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

Commit

Permalink
fixed nav padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Hristov committed Mar 30, 2015
1 parent 84ca8ae commit b989724
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-he",
"version": "1.0.5",
"version": "1.0.6",
"homepage": "https://github.com/vm-labs/bootstrap-he",
"authors": [
"Kristiyan Hristov"
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"@navbar-inverse-toggle-hover-bg": "#333",
"@navbar-inverse-toggle-icon-bar-bg": "#fff",
"@navbar-inverse-toggle-border-color": "#333",
"@nav-link-padding": "0 3px",
"@nav-link-padding": "5px 15px",
"@nav-link-hover-bg": "transparent",
"@nav-disabled-link-color": "@gray-light",
"@nav-disabled-link-hover-color": "@gray-light",
Expand Down Expand Up @@ -426,5 +426,5 @@
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=2ab94a8e23b025d56223"
"customizerUrl": "http://getbootstrap.com/customize/?id=c7c83f7def4667e47669"
}
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=2ab94a8e23b025d56223)
* Config saved to config.json and https://gist.github.com/2ab94a8e23b025d56223
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c7c83f7def4667e47669)
* Config saved to config.json and https://gist.github.com/c7c83f7def4667e47669
*/
.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.

6 changes: 3 additions & 3 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=2ab94a8e23b025d56223)
* Config saved to config.json and https://gist.github.com/2ab94a8e23b025d56223
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c7c83f7def4667e47669)
* Config saved to config.json and https://gist.github.com/c7c83f7def4667e47669
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
Expand Down Expand Up @@ -3886,7 +3886,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a {
position: relative;
display: block;
padding: 0 3px;
padding: 5px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
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=2ab94a8e23b025d56223)
* Config saved to config.json and https://gist.github.com/2ab94a8e23b025d56223
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c7c83f7def4667e47669)
* Config saved to config.json and https://gist.github.com/c7c83f7def4667e47669
*/
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 b989724

Please sign in to comment.