Template:Col-float/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→{{pp-template}}: @media all and ( max-width: 720px ) { .multicol-float { width: auto !important; } } .multicol-float { width: 30em; clear: none; float: left; } .mu..."
imported>Hb1290 No edit summary |
imported>Hb1290 (Created page with "→{{pp-template}}: @media all and ( max-width: 720px ) { .multicol-float { width: auto !important; } } .multicol-float { width: 30em; clear: none; float: left; } .mu...") |
||
Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
@media all and ( max-width: | @media all and ( max-width: 720px ) { | ||
.multicol-float { | .multicol-float { | ||
width: auto !important; | width: auto !important; | ||
Line 6: | Line 6: | ||
} | } | ||
.multicol-float { | .multicol-float { | ||
width: | width: 30em; | ||
clear: none; | clear: none; | ||
float: left | float: left; | ||
} | } | ||
.multicol-float-clear { | .multicol-float-clear { | ||
clear: both; | clear: both; | ||
} | } |