Skip to content
GitLab
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
2381ab08
Commit
2381ab08
authored
11 years ago
by
Jake Buob
Browse files
Options
Download
Email Patches
Plain Diff
Add nav-pills-border-radius variable
parent
4d4976fd
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 @
2381ab08
...
...
@@ -120,7 +120,7 @@
// Links rendered as pills
> a {
border-radius: @border-radius
-base
;
border-radius: @
nav-pills-
border-radius;
}
+ li {
margin-left: 2px;
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
0
View file @
2381ab08
...
...
@@ -336,6 +336,7 @@
@nav-tabs-justified-active-link-border-color: @body-bg;
// Pills
@nav-pills-border-radius: @border-radius-base;
@nav-pills-active-link-hover-bg: @component-active-bg;
@nav-pills-active-link-hover-color: @component-active-color;
...
...
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