Difference between revisions of "Template:SB Infobox Begin"
Jump to navigation
Jump to search
Line 110: | Line 110: | ||
only screen and ( min-resolution: 2dppx) and (orientation: portrait), | only screen and ( min-resolution: 2dppx) and (orientation: portrait), | ||
only screen and (max-width: 800px) and (orientation: portrait) { | only screen and (max-width: 800px) and (orientation: portrait) { | ||
.SB- | .SB-Infobox { | ||
width:auto; | width:auto; | ||
float:none; | float:none; | ||
Line 127: | Line 127: | ||
only screen and ( min-resolution: 192dpi) and (orientation: landscape), | only screen and ( min-resolution: 192dpi) and (orientation: landscape), | ||
only screen and ( min-resolution: 2dppx) and (orientation: landscape) { | only screen and ( min-resolution: 2dppx) and (orientation: landscape) { | ||
.SB- | .SB-Infobox { | ||
width:40%; | width:40%; | ||
font-size:0.9em; | font-size:0.9em; |