diff options
author | Thomas Park <thomas@thomaspark.me> | 2015-02-19 20:11:08 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2015-02-19 20:11:08 -0500 |
commit | 7d3a084ee0f517c5aa70f8a0b49aea9c672159ce (patch) | |
tree | 3d159a937ecc12f30740dbf42957b9c63a51e314 /lumen/_bootswatch.scss | |
parent | e75b25dae31813ed6de4b373476df78636ae3d16 (diff) | |
parent | 35363838e47f2e7f31f1f6969faf5a359093c4bd (diff) |
Merge pull request #405 from jbohren-forks/gh-pages
lumen: fixing justified tabs animation
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(); |