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
ac20a082
Commit
ac20a082
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Use @border-radius-base var for nav tabs
parent
4245e8eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/navs.less
+1
-1
less/navs.less
with
1 addition
and
1 deletion
+1
-1
less/navs.less
+
1
-
1
View file @
ac20a082
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
margin-right: 2px;
margin-right: 2px;
line-height: @line-height-base;
line-height: @line-height-base;
border: 1px solid transparent;
border: 1px solid transparent;
border-radius:
4px 4px
0 0;
border-radius:
@border-radius-base @border-radius-base
0 0;
&:hover {
&:hover {
border-color: @grayLighter @grayLighter #ddd;
border-color: @grayLighter @grayLighter #ddd;
}
}
...
...
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