diff options
Diffstat (limited to 'lumen/_bootswatch.scss')
-rw-r--r-- | lumen/_bootswatch.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lumen/_bootswatch.scss b/lumen/_bootswatch.scss index 22f6aa4c..19d96d90 100644 --- a/lumen/_bootswatch.scss +++ b/lumen/_bootswatch.scss @@ -309,6 +309,10 @@ label { } } +.nav-tabs.nav-justified > li { + vertical-align: bottom; +} + .dropdown-menu { margin-top: 0; @include shadow(); |