Skip to content

Commit 81c3c1c

Browse files
committed
add media.less to customizer page
1 parent 41ad16f commit 81c3c1c

File tree

3 files changed

+30
-28
lines changed

3 files changed

+30
-28
lines changed

docs/assets/css/bootstrap.css

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ table th[class*="span"],
28302830
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
28312831
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
28322832
background-repeat: repeat-x;
2833-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2833+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
28342834
}
28352835

28362836
.dropdown-menu .active > a,
@@ -2845,7 +2845,7 @@ table th[class*="span"],
28452845
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
28462846
background-repeat: repeat-x;
28472847
outline: 0;
2848-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2848+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
28492849
}
28502850

28512851
.dropdown-menu .disabled > a,
@@ -3073,8 +3073,8 @@ button.close {
30733073
-webkit-border-radius: 4px;
30743074
-moz-border-radius: 4px;
30753075
border-radius: 4px;
3076-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
3077-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3076+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
3077+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
30783078
*zoom: 1;
30793079
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
30803080
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -3224,8 +3224,8 @@ input[type="button"].btn-block {
32243224
background-repeat: repeat-x;
32253225
border-color: #0044cc #0044cc #002a80;
32263226
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3227-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
3228-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3227+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
3228+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
32293229
}
32303230

32313231
.btn-primary:hover,
@@ -3256,8 +3256,8 @@ input[type="button"].btn-block {
32563256
background-repeat: repeat-x;
32573257
border-color: #f89406 #f89406 #ad6704;
32583258
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3259-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
3260-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3259+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
3260+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
32613261
}
32623262

32633263
.btn-warning:hover,
@@ -3288,8 +3288,8 @@ input[type="button"].btn-block {
32883288
background-repeat: repeat-x;
32893289
border-color: #bd362f #bd362f #802420;
32903290
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3291-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
3292-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3291+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
3292+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
32933293
}
32943294

32953295
.btn-danger:hover,
@@ -3320,8 +3320,8 @@ input[type="button"].btn-block {
33203320
background-repeat: repeat-x;
33213321
border-color: #51a351 #51a351 #387038;
33223322
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3323-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
3324-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3323+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
3324+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
33253325
}
33263326

33273327
.btn-success:hover,
@@ -3352,8 +3352,8 @@ input[type="button"].btn-block {
33523352
background-repeat: repeat-x;
33533353
border-color: #2f96b4 #2f96b4 #1f6377;
33543354
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3355-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
3356-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3355+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
3356+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
33573357
}
33583358

33593359
.btn-info:hover,
@@ -3384,8 +3384,8 @@ input[type="button"].btn-block {
33843384
background-repeat: repeat-x;
33853385
border-color: #222222 #222222 #000000;
33863386
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3387-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
3388-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3387+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
3388+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
33893389
}
33903390

33913391
.btn-inverse:hover,
@@ -4188,7 +4188,7 @@ input[type="submit"].btn.btn-mini {
41884188
-webkit-border-radius: 4px;
41894189
-moz-border-radius: 4px;
41904190
border-radius: 4px;
4191-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
4191+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
41924192
*zoom: 1;
41934193
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
41944194
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
@@ -4457,8 +4457,8 @@ input[type="submit"].btn.btn-mini {
44574457
background-repeat: repeat-x;
44584458
border-color: #e5e5e5 #e5e5e5 #bfbfbf;
44594459
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
4460-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
4461-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
4460+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
4461+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
44624462
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
44634463
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
44644464
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
@@ -4595,7 +4595,7 @@ input[type="submit"].btn.btn-mini {
45954595
background-image: linear-gradient(to bottom, #222222, #111111);
45964596
background-repeat: repeat-x;
45974597
border-color: #252525;
4598-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
4598+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
45994599
}
46004600

46014601
.navbar-inverse .brand,
@@ -4705,8 +4705,8 @@ input[type="submit"].btn.btn-mini {
47054705
background-repeat: repeat-x;
47064706
border-color: #040404 #040404 #000000;
47074707
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
4708-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
4709-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
4708+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
4709+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
47104710
}
47114711

47124712
.navbar-inverse .btn-navbar:hover,
@@ -5544,7 +5544,7 @@ a.badge:hover {
55445544
-webkit-border-radius: 4px;
55455545
-moz-border-radius: 4px;
55465546
border-radius: 4px;
5547-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
5547+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
55485548
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
55495549
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
55505550
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
@@ -5565,7 +5565,7 @@ a.badge:hover {
55655565
background-image: -o-linear-gradient(top, #149bdf, #0480be);
55665566
background-image: linear-gradient(to bottom, #149bdf, #0480be);
55675567
background-repeat: repeat-x;
5568-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
5568+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
55695569
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
55705570
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
55715571
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
@@ -5614,7 +5614,7 @@ a.badge:hover {
56145614
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
56155615
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
56165616
background-repeat: repeat-x;
5617-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
5617+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
56185618
}
56195619

56205620
.progress-danger.progress-striped .bar,
@@ -5636,7 +5636,7 @@ a.badge:hover {
56365636
background-image: -o-linear-gradient(top, #62c462, #57a957);
56375637
background-image: linear-gradient(to bottom, #62c462, #57a957);
56385638
background-repeat: repeat-x;
5639-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
5639+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
56405640
}
56415641

56425642
.progress-success.progress-striped .bar,
@@ -5658,7 +5658,7 @@ a.badge:hover {
56585658
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
56595659
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
56605660
background-repeat: repeat-x;
5661-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
5661+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
56625662
}
56635663

56645664
.progress-info.progress-striped .bar,
@@ -5680,7 +5680,7 @@ a.badge:hover {
56805680
background-image: -o-linear-gradient(top, #fbb450, #f89406);
56815681
background-image: linear-gradient(to bottom, #fbb450, #f89406);
56825682
background-repeat: repeat-x;
5683-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
5683+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
56845684
}
56855685

56865686
.progress-warning.progress-striped .bar,

docs/customize.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ <h3>Components</h3>
133133
<label class="checkbox"><input checked="checked" type="checkbox" value="alerts.less"> Alerts</label>
134134
<label class="checkbox"><input checked="checked" type="checkbox" value="progress-bars.less"> Progress bars</label>
135135
<label class="checkbox"><input checked="checked" type="checkbox" value="hero-unit.less"> Hero unit</label>
136+
<label class="checkbox"><input checked="checked" type="checkbox" value="media.less"> Media component</label>
136137
<h3>JS Components</h3>
137138
<label class="checkbox"><input checked="checked" type="checkbox" value="tooltip.less"> Tooltips</label>
138139
<label class="checkbox"><input checked="checked" type="checkbox" value="popovers.less"> Popovers</label>

docs/templates/pages/customize.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<label class="checkbox"><input checked="checked" type="checkbox" value="alerts.less"> {{_i}}Alerts{{/i}}</label>
6363
<label class="checkbox"><input checked="checked" type="checkbox" value="progress-bars.less"> {{_i}}Progress bars{{/i}}</label>
6464
<label class="checkbox"><input checked="checked" type="checkbox" value="hero-unit.less"> {{_i}}Hero unit{{/i}}</label>
65+
<label class="checkbox"><input checked="checked" type="checkbox" value="media.less"> {{_i}}Media component{{/i}}</label>
6566
<h3>{{_i}}JS Components{{/i}}</h3>
6667
<label class="checkbox"><input checked="checked" type="checkbox" value="tooltip.less"> {{_i}}Tooltips{{/i}}</label>
6768
<label class="checkbox"><input checked="checked" type="checkbox" value="popovers.less"> {{_i}}Popovers{{/i}}</label>

0 commit comments

Comments
 (0)