aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/preboot.less1
-rw-r--r--lib/scaffolding.less6
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index f5d5a48d1..9a1d88b2c 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -240,6 +240,7 @@
background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
background-image: linear-gradient(top, @startColor, @endColor); // The standard
+ filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE6 & IE7
}
.directional (@startColor: #555, @endColor: #333, @deg: 45deg) {
background-color: @endColor;
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index b84b43721..ed2b6512b 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -81,11 +81,11 @@ body {
.container-fluid {
padding: 0 20px;
.clearfix();
- .sidebar {
+ > .sidebar {
float: left;
width: 220px;
}
- .content {
+ > .content {
min-width: 700px;
max-width: 1180px;
margin-left: 240px;
@@ -106,4 +106,4 @@ a {
color: @linkColorHover;
text-decoration: underline;
}
-} \ No newline at end of file
+}