aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/typography.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-19 16:48:50 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-19 16:48:50 +0000
commit5949dbad2a6aa3512256900862a1833a62ebabcc (patch)
treeb118dfad036659a5ac24ea85a0bb9b185f5f65fe /views/default/css/elements/typography.php
parent7a77598711f5a2bd6f9c29214901e2b4718f1e6f (diff)
downloadelgg-5949dbad2a6aa3512256900862a1833a62ebabcc.tar.gz
elgg-5949dbad2a6aa3512256900862a1833a62ebabcc.tar.bz2
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
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r--views/default/css/elements/typography.php13
1 files changed, 10 insertions, 3 deletions
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;
+}