Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -329,4 +329,18 @@ |
330 | 330 | color: #000000; |
331 | 331 | -webkit-margin-after: 0.5em; |
332 | 332 | margin: 0px; |
333 | | -} |
\ No newline at end of file |
| 333 | +} |
| 334 | + |
| 335 | +button.show { |
| 336 | + display: none; |
| 337 | +} |
| 338 | + |
| 339 | +.jsEnabled button.show { |
| 340 | + display: inline-block; |
| 341 | +} |
| 342 | + |
| 343 | +.jsEnabled .content_block, |
| 344 | +.jsEnabled .section_anchors, |
| 345 | +button.section_heading.hide { |
| 346 | + display: none; |
| 347 | +} |