Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/core/core.css
| Show First 20 Lines • Show All 41 Lines • ▼ Show 20 Lines | h1, h2, h3, h4, h5, h6 { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| } | } | ||||
| body { | body { | ||||
| font: {$basefont}; | font: {$basefont}; | ||||
| direction: ltr; | direction: ltr; | ||||
| text-align: left; | text-align: left; | ||||
| unicode-bidi: embed; | unicode-bidi: embed; | ||||
| background: {$lightgreybackground}; | background: {$page.background.light}; | ||||
| /* By default, the iPhone zooms all text on the page by some percentage when | /* By default, the iPhone zooms all text on the page by some percentage when | ||||
| you rotate from portrait mode to landscape mode. Disable this, since it | you rotate from portrait mode to landscape mode. Disable this, since it | ||||
| breaks lots of things and prevents you from using landscape to see more | breaks lots of things and prevents you from using landscape to see more | ||||
| columns in source code views. */ | columns in source code views. */ | ||||
| -webkit-text-size-adjust: none; | -webkit-text-size-adjust: none; | ||||
| /* Prevent content from resizing abruptly when shifting between scrollable | /* Prevent content from resizing abruptly when shifting between scrollable | ||||
| ▲ Show 20 Lines • Show All 117 Lines • Show Last 20 Lines | |||||