540
edits
(turns out just the class name works fine if you don't load the same(ish) CSS twice) |
m (10 revisions imported from wikipedia:Template:Shortcut/styles.css: see Topic:Vtixlm0q28eo6jtf) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
.module-shortcutboxplain { | .module-shortcutboxplain { | ||
float: right; | float: right; | ||
margin | margin: 0 0 0 1em; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
background: #fff; | background: #fff; | ||
Line 12: | Line 12: | ||
.module-shortcutboxleft { | .module-shortcutboxleft { | ||
float: left; | float: left; | ||
margin | margin: 0 1em 0 0; | ||
} | } | ||