diff --git a/skins/Timeless/resources/screen-common.less b/skins/Timeless/resources/screen-common.less index 18c1c9dc..436490b4 100644 --- a/skins/Timeless/resources/screen-common.less +++ b/skins/Timeless/resources/screen-common.less @@ -715,24 +715,3 @@ body :not( :checked)>.toctogglespan:after { background: @base90; box-shadow: 0 3px 6px rgba(0,0,0,0.1); } - -.infobox { - .box; - float: right; - clear: right; - font-size: 88%; - line-height: 1.5em; - width:22em; - margin: 0.5em 0 0.5em 13px; -} -.infobox caption { - font-size: 125%; - font-weight: bold; - padding: 0.2em; - text-align: center; -} -.infobox td, -.infobox th { - vertical-align: top; - text-align: left; -}