1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

clean up dup css in responsive, fix navbar dropdown caret

This commit is contained in:
Mark Otto
2012-01-08 13:21:44 -08:00
parent 1ef9cbc6e4
commit cb9be7bd0c
7 changed files with 31 additions and 32 deletions

View File

@@ -39,8 +39,14 @@ body {
.sidebar-right { padding-right: @fluidSidebarWidth + 40; }
// Float the sidebars accordingly
.sidebar-left .fluid-sidebar { float: left; margin-left: (@fluidSidebarWidth + 20) * -1; }
.sidebar-right .fluid-sidebar { float: right; margin-right: (@fluidSidebarWidth + 20) * -1; }
.sidebar-left .fluid-sidebar {
float: left;
margin-left: (@fluidSidebarWidth + 20) * -1;
}
.sidebar-right .fluid-sidebar {
float: right;
margin-right: (@fluidSidebarWidth + 20) * -1;
}
// The main content area
.fluid-content {