diff options
| author | Tom Pietschker <[email protected]> | 2013-04-07 17:47:53 -0400 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-04-07 17:47:53 -0400 |
| commit | c4d8aa2b0f1345ec9b51ad1e1fd9a9f61a3f5502 (patch) | |
| tree | 3f1fedd8af64bb4a8aeb41936340614c31316d3c /less/variables.less | |
| parent | cfea6d295e697f82b25149f0c853e3a18fd11062 (diff) | |
| download | bootstrap-c4d8aa2b0f1345ec9b51ad1e1fd9a9f61a3f5502.tar.xz bootstrap-c4d8aa2b0f1345ec9b51ad1e1fd9a9f61a3f5502.zip | |
rename the navbar-inverse-brand variables for consistency
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 57a08f3b2..bfac5a1a5 100644 --- a/less/variables.less +++ b/less/variables.less @@ -190,8 +190,8 @@ // Inverted navbar brand label @navbar-inverse-brand-color: @navbar-inverse-link-color; -@navbar-inverse-brand-color-hover: #fff; -@navbar-inverse-brand-bg-hover: transparent; +@navbar-inverse-brand-hover-color: #fff; +@navbar-inverse-brand-hover-bg: transparent; // Inverted navbar links @navbar-inverse-link-color: @grayLight; |
