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
7d3a084e
Commit
7d3a084e
authored
Feb 19, 2015
by
Thomas Park
Browse files
Merge pull request #405 from jbohren-forks/gh-pages
lumen: fixing justified tabs animation
parents
e75b25da
35363838
Changes
4
Hide whitespace changes
Inline
Side-by-side
lumen/_bootswatch.scss
View file @
7d3a084e
...
...
@@ -309,6 +309,10 @@ label {
}
}
.nav-tabs.nav-justified
>
li
{
vertical-align
:
bottom
;
}
.dropdown-menu
{
margin-top
:
0
;
@include
shadow
();
...
...
lumen/bootstrap.css
View file @
7d3a084e
...
...
@@ -6792,6 +6792,11 @@ label {
padding-bottom
:
16px
;
margin-top
:
0
;
}
.nav-tabs.nav-justified
>
li
{
vertical-align
:
bottom
;
}
.nav-tabs
.open
>
a
,
.nav-tabs
.open
>
a
:hover
,
.nav-tabs
.open
>
a
:focus
{
...
...
lumen/bootstrap.min.css
View file @
7d3a084e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
lumen/bootswatch.less
View file @
7d3a084e
...
...
@@ -309,6 +309,10 @@ label {
}
}
.nav-tabs.nav-justified > li {
vertical-align: bottom;
}
.dropdown-menu {
margin-top: 0;
.shadow();
...
...
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