File tree 3 files changed +4
-4
lines changed
templates/sbnext-finalium
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ padding: 0;
887
887
margin-top : 4px ;
888
888
/* Style the buttons that are used to open the tab content */
889
889
button {
890
- background-color : inherit ;
890
+ background-color : #0000 ; // BUG: IE USES SOME WEIRD BEIGE COLOR ON CLASSIC THEME
891
891
border : none ;
892
892
outline : none ;
893
893
cursor : pointer ;
Original file line number Diff line number Diff line change 5
5
{% block content %}
6
6
<h1 >{{ title }}</h1 >
7
7
<div class =" grid" >
8
- <div class =" col-4" >
8
+ <div class =" col-md- 4" >
9
9
<div class =" well sidebar-nav" >
10
10
<ul class =" nav nav-list" >
11
11
<li class =" nav-header" >{{ __(" Categories" ) }}</li >
21
21
</ul >
22
22
</div >
23
23
</div >
24
- <div class =" col-8" >
24
+ <div class =" col-md- 8" >
25
25
{% for level in levels %}
26
26
{{ video_box(level ) }}
27
27
{% else %}
Original file line number Diff line number Diff line change 9
9
{% block content %}
10
10
<style >
11
11
.channel-header-bg {
12
- background : url (' /assets/backgrounds/{{ userpagedata.name }}.png' ), linear-gradient (#888 , #444 );
12
+ background : url (' /assets/backgrounds/{{ userpagedata.name }}.png' ), linear-gradient (#888 , #444 ) !important ;
13
13
background-position : center ;
14
14
}
15
15
</style >
You can’t perform that action at this time.
0 commit comments