diff options
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r-- | views/default/css/elements/typography.php | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index a550058e8..70be91da4 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -15,14 +15,14 @@ body { font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif; } pre, code { - font-family:Monaco,"Courier New",Courier,monospace; - font-size:12px; + font-family: Monaco,"Courier New",Courier,monospace; + font-size: 12px; } -blockquote { - line-height:1.3em; +input, textarea { + font: 120% Arial, Helvetica, sans-serif; } -small { - font-size: 90%; +blockquote { + line-height: 1.3em; } h1, h2, h3, h4, h5, h6 { font-weight: bold; @@ -35,4 +35,9 @@ h4 { font-size: 1.0em; } h5 { font-size: 0.9em; } h6 { font-size: 0.8em; } +.elgg-monospace { + font-family: Monaco,"Courier New",Courier,monospace; +} + + <?php //@todo many location-dependent styles are for styling headings. Move those here and make them into non-location-dependent classes ?>
\ No newline at end of file |