Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
bf177213
Commit
bf177213
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#9587
: add var for nav link padding
parent
2dbf2bb8
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/navs.less
+1
-1
less/navs.less
less/variables.less
+1
-0
less/variables.less
with
2 additions
and
1 deletion
+2
-1
less/navs.less
+
1
-
1
View file @
bf177213
...
...
@@ -19,7 +19,7 @@
> a {
position: relative;
display: block;
padding:
10px 15px
;
padding:
@nav-link-padding
;
&:hover,
&:focus {
text-decoration: none;
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
0
View file @
bf177213
...
...
@@ -296,6 +296,7 @@
// Navs
// -------------------------
@nav-link-padding: 10px 15px;
@nav-link-hover-bg: @gray-lighter;
@nav-disabled-link-color: @gray-light;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets