Module:Sidebar/styles.css: Difference between revisions
some slight re orderings |
fix! |
||
Line 1: | Line 1: | ||
. | .sidebar { | ||
width: 22em; | width: 22em; | ||
float: right; | float: right; | ||
Line 13: | Line 13: | ||
} | } | ||
. | .sidebar a { | ||
white-space: nowrap; | |||
} | |||
.sidebar-wraplinks a { | |||
white-space: normal; | |||
} | |||
.sidebar-subgroup { | |||
width: 100%; | width: 100%; | ||
margin: 0; | margin: 0; | ||
Line 31: | Line 39: | ||
} | } | ||
. | .sidebar > caption { | ||
padding-bottom: 0.2em; | padding-bottom: 0.2em; | ||
font-size: 125%; | font-size: 125%; |