773
edits
DansFriend (talk | contribs) No edit summary |
DansFriend (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
background-image: url(background.png); | background-image: url(background.png); | ||
background-repeat: repeat; | background-repeat: repeat; | ||
} | |||
@media screen and (max-width: 910px) { | |||
.smart-clear { | |||
clear: both; | |||
} | |||
} | |||
@media screen and (max-width: 580px) { | |||
.infobox { | |||
float: none; | |||
width: 100%; | |||
} | |||
.embedvideo.ev_right, embedvideo.ev_left { | |||
float: none !important; | |||
} | |||
} | } |