Skip to content

Commit ee544d2

Browse files
committed
Fix #37, default nav-pills alignment.
1 parent d6a3c8d commit ee544d2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bootstrap

Submodule bootstrap updated 195 files

dist/css/bootstrap-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/navs-rtl.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// -------------------------
3535
.nav-pills {
3636
> li {
37-
float: none;
37+
float: right;
3838

3939
// Links rendered as pills
4040
> a {

0 commit comments

Comments
 (0)