Remove todos

This commit is contained in:
Romain Neutron 2014-05-17 12:35:05 +02:00
commit 4bea49478c
3 changed files with 1 additions and 4 deletions

View file

@ -123,7 +123,6 @@
// Allow for dropdowns to go bottom up (aka, dropup-menu) // Allow for dropdowns to go bottom up (aka, dropup-menu)
// ------------------------------------------------------ // ------------------------------------------------------
// Just add .dropup after the standard .dropdown class and you're set, bro. // Just add .dropup after the standard .dropdown class and you're set, bro.
// TODO: abstract this so that the navbar fixed styles are not placed here?
.dropup, .dropup,
.navbar-fixed-bottom .dropdown { .navbar-fixed-bottom .dropdown {
// Reverse the caret // Reverse the caret

View file

@ -186,7 +186,6 @@ input[type="hidden"] {
} }
// Radios and checkboxes on same line // Radios and checkboxes on same line
// TODO v3: Convert .inline to .control-inline
.radio.inline, .radio.inline,
.checkbox.inline { .checkbox.inline {
display: inline-block; display: inline-block;

View file

@ -325,7 +325,6 @@
} }
// Right aligned menus need alt position // Right aligned menus need alt position
// TODO: rejigger this at some point to simplify the selectors
.navbar .nav.pull-right .dropdown-menu, .navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right { .navbar .nav .dropdown-menu.pull-right {
left: auto; left: auto;
@ -338,4 +337,4 @@
left: auto; left: auto;
right: 13px; right: 13px;
} }
} }