Added missing contentSub style

This commit is contained in:
alistair3149 2019-11-17 21:17:35 -05:00
parent b73654cf6b
commit dba3f3e3ef

View file

@ -255,6 +255,12 @@ a {
z-index: 0; z-index: 0;
color: @color-content-text; color: @color-content-text;
#contentSub,
#contentSub2 {
color: @base-30;
font-size: @content-caption-size;
}
#mw-content-text { #mw-content-text {
.mw-parser-output { .mw-parser-output {
@ -488,10 +494,10 @@ a {
} }
h3 { h3 {
font-weight: 400; font-weight: 400;
} }
h1, h1,
h2, h2,
h5, h5,
h6 { h6 {
@ -609,7 +615,7 @@ a {
.thumb { .thumb {
overflow: hidden; overflow: hidden;
>.thumbinner { >.thumbinner {
>a { >a {
transition: @transition-box-shadow-quick !important; transition: @transition-box-shadow-quick !important;
@ -798,7 +804,7 @@ a {
div.tright, div.tright,
div.floatright, div.floatright,
table.floatright { table.floatright {
margin: 0.6rem -@margin-side !important; margin: 0.6rem -@margin-side !important;
width: 100vw !important; width: 100vw !important;
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -956,13 +962,14 @@ a {
} }
@media only screen and (min-width: @screen4) { @media only screen and (min-width: @screen4) {
div.tnone, div.tnone,
div.floatnone, div.floatnone,
table.floatnone, table.floatnone,
div.tleft, div.tleft,
div.floatleft, div.floatleft,
table.floatleft { table.floatleft {
margin-left: @negative-margin!important; margin-left: @negative-margin !important;
} }
div.tnone, div.tnone,
@ -971,7 +978,7 @@ a {
div.tright, div.tright,
div.floatright, div.floatright,
table.floatright { table.floatright {
margin-right: @negative-margin!important; margin-right: @negative-margin !important;
} }
} }