diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-14 22:07:38 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-14 22:07:38 +0000 |
commit | b5aed25425ff58d544726f97d3cca0ef142f8c94 (patch) | |
tree | 3ac2467d223c274f55ceb26547d785934ca9ee19 /views/default/css/elements/typography.php | |
parent | 7caac9640259aacabbf19c22f7cbbf77ae97b4e3 (diff) | |
download | elgg-b5aed25425ff58d544726f97d3cca0ef142f8c94.tar.gz elgg-b5aed25425ff58d544726f97d3cca0ef142f8c94.tar.bz2 |
moving more css into the skin view - including page layout information
git-svn-id: http://code.elgg.org/elgg/trunk@7621 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r-- | views/default/css/elements/typography.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 869b74bf8..ac98c87f1 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -9,3 +9,15 @@ /* *************************************** Typography *************************************** */ +body { + font-size: 80%; + line-height: 1.4em; + font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif; +} +pre, code { + font-family:Monaco,"Courier New",Courier,monospace; + font-size:12px; +} +blockquote { + line-height:1.3em; +}
\ No newline at end of file |