Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
e75b25da
Commit
e75b25da
authored
Feb 16, 2015
by
Thomas Park
Browse files
lumen: expand tabs in one direction, closes #404
parent
7366c3e4
Changes
4
Hide whitespace changes
Inline
Side-by-side
lumen/_bootswatch.scss
View file @
e75b25da
...
...
@@ -291,8 +291,7 @@ label {
.open
>
a
,
.open
>
a
:hover
,
.open
>
a
:focus
{
padding-top
:
$padding-large-vertical
;
padding-bottom
:
$padding-large-vertical
;
padding-bottom
:
$padding-large-vertical
+
3
;
margin-top
:
0
;
}
...
...
lumen/bootstrap.css
View file @
e75b25da
...
...
@@ -6789,8 +6789,7 @@ label {
.nav-tabs
.open
>
a
,
.nav-tabs
.open
>
a
:hover
,
.nav-tabs
.open
>
a
:focus
{
padding-top
:
13px
;
padding-bottom
:
13px
;
padding-bottom
:
16px
;
margin-top
:
0
;
}
.nav-tabs
.open
>
a
,
...
...
lumen/bootstrap.min.css
View file @
e75b25da
This source diff could not be displayed because it is too large. You can
view the blob
instead.
lumen/bootswatch.less
View file @
e75b25da
...
...
@@ -291,8 +291,7 @@ label {
.open > a,
.open > a:hover,
.open > a:focus {
padding-top: @padding-large-vertical;
padding-bottom: @padding-large-vertical;
padding-bottom: @padding-large-vertical + 3;
margin-top: 0;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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