748
edits
(add .short-collapsible) |
(.float-right) |
||
Line 144: | Line 144: | ||
display: none; | display: none; | ||
} | } | ||
.float-right { | |||
display: block; | |||
width: 25%; | |||
float: right; | |||
clear: right; | |||
} | |||
.float-right > :first-child { margin-top: 0; } | |||
.float-right > :last-child { margin-bottom: 0; } |