Upgrade to Bootstrap 3

This commit is contained in:
benweet 2013-08-25 22:52:45 +02:00
parent 3db9b24e84
commit 2276c289f5

View File

@ -336,7 +336,6 @@ body {
}
.menu-panel {
background-color: @panel-bg;
width: @menu-panel-width !important;
margin-left: (-@menu-panel-width - 32);
-webkit-transition: margin-left 0.35s ease;
@ -360,6 +359,7 @@ body {
z-index: -1;
}
.panel-content {
background-color: @panel-bg;
padding-top: 6px;
border-right: 5px solid @panel-border-color;
}