aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/typography.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-05 13:57:00 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-05 13:57:00 +0000
commitea3951a035e38e96435db20f820c9da566ed373b (patch)
treeb582c36e3314ce83386b3a2c185cb30237927316 /views/default/css/elements/typography.php
parent383f4572b9ce1d48db168b3bdc42163e02d97657 (diff)
downloadelgg-ea3951a035e38e96435db20f820c9da566ed373b.tar.gz
elgg-ea3951a035e38e96435db20f820c9da566ed373b.tar.bz2
getting back to the css - making changes based on Evan's comments
git-svn-id: http://code.elgg.org/elgg/trunk@8026 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r--views/default/css/elements/typography.php17
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