23 // FIXME: Remove when typography module in mediawiki-ui
24 font-family: "Nimbus Sans L", "Liberation Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
28 // FIXME: Is this being used anywhere? Remove if not.
34 display: -webkit-flex;
42 border-bottom: 1px solid #eee;
50 text-transform: uppercase;
53 border-right: 1px solid #eee;
59 -webkit-flex: initial;
73 text-transform: uppercase;
77 text-decoration: none;
84 display: inline-block;
107 h1, h2, h3, h4, h5, h6, p {
111 text-decoration: none;
125 display: -webkit-flex;
130 -webkit-flex: initial;
135 word-wrap: break-word;
136 // word-wrap in pre not affecting Firefox, so add white-space.
137 white-space: pre-wrap;
157 @media (min-width: 768px) {
163 @columnWidth: (768px - 100px ) / 2;
172 @media (min-width: 980px) {