aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/typography.php
diff options
context:
space:
mode:
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;
+}