diff options
author | Sem <sembrestels@riseup.net> | 2012-10-09 03:42:01 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-10-09 03:42:01 +0200 |
commit | 4cea7f26505218c784dd28ebc172bfaa9f8ef02a (patch) | |
tree | d2bce33adde1eee051f1c722c5fd87b197da4889 /views/default/css/elements/typography.php | |
parent | d37437afb55b90a0f6df6cb08d8b116473071941 (diff) | |
parent | 0fb0e1085cb5c688e38d48b40d8c336d4a0cc3cd (diff) | |
download | saravea_theme-4cea7f26505218c784dd28ebc172bfaa9f8ef02a.tar.gz saravea_theme-4cea7f26505218c784dd28ebc172bfaa9f8ef02a.tar.bz2 |
Merge branch 'call4desing' of gitorious.org:lorea/n1_theme into call4desing
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r-- | views/default/css/elements/typography.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 943f323..f6b8549 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -105,6 +105,7 @@ blockquote { h1, h2, h3, h4, h5, h6 { color: #333; + font-weight: bold; } h1 { font-size: 2em; visibility: hidden;} @@ -128,6 +129,7 @@ h6 { font-size: 0.8em; } float: left; max-width: 530px; margin-right: 10px; + } .elgg-heading-basic { color: #616068; |