From 5949dbad2a6aa3512256900862a1833a62ebabcc Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Feb 2011 16:48:50 +0000 Subject: added elgg-output class for displaying user input with typical styling for lists and tables git-svn-id: http://code.elgg.org/elgg/trunk@8332 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/typography.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'views/default/css/elements/typography.php') diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index bd62363c3..82d55cc04 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -13,10 +13,10 @@ body { font-size: 80%; line-height: 1.4em; - font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif; + font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif; } pre, code { - font-family: Monaco,"Courier New",Courier,monospace; + font-family: Monaco, "Courier New", Courier, monospace; font-size: 12px; } input, textarea { @@ -36,7 +36,7 @@ h5 { font-size: 0.9em; } h6 { font-size: 0.8em; } .elgg-monospace { - font-family: Monaco,"Courier New",Courier,monospace; + font-family: Monaco, "Courier New", Courier, monospace; } .elgg-heading-site, .elgg-heading-site:hover { @@ -58,3 +58,10 @@ h6 { font-size: 0.8em; } font-size: 1.2em; font-weight: bold; } + +.elgg-subtext { + color: #666666; + font-size: 85%; + line-height: 1.2em; + font-style: italic; +} -- cgit v1.2.3