Skip to content

Commit 6b864d8

Browse files
committed
minor update
1 parent 89baf84 commit 6b864d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/bootstrap-ie8.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ h6,.h6{font-size:16px}
417417
.tooltip{font-size:14px;filter:alpha(opacity=0)}
418418
.tooltip.show{filter:alpha(opacity=90)}
419419

420-
.text-black-50{color:black;filter:alpha(opacity=50)}
421-
.text-white-50{color:white;filter:alpha(opacity=50)}
420+
.text-black-50{color:black!important;filter:alpha(opacity=50)!important;}
421+
.text-white-50{color:white!important;filter:alpha(opacity=50)!important;}
422422

423423
/** columns **/
424424
.col-1,.col-sm-1,.col-md-1,.col-lg-1{width:8.333333%}

test.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ <h2>Example body text</h2>
452452
<p>An abbreviation of the word attribute is
453453
<abbr title="attribute">attr</abbr>.</p>
454454
<p class="text-black-50">This is text-black-50</p>
455-
<p class="text-white-50">This is text-white-50</p>
455+
<p class="text-white-50 bg-dark">This is text-white-50</p>
456456
</div>
457457

458458
</div>

0 commit comments

Comments
 (0)