diff options
author | foockinho <foockinho@lorea.org> | 2012-08-24 08:29:13 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-24 08:29:13 +0200 |
commit | 5a105af7dd71e407953d0209e447ceeaffd869c4 (patch) | |
tree | 505d73b7d1716cb045f234b37e3a7702ae112e20 /views/default/n1_theme/css.php | |
parent | 6467aed2e0ed92cfe5df32c7c88dadb74b0572dc (diff) | |
download | saravea_theme-5a105af7dd71e407953d0209e447ceeaffd869c4.tar.gz saravea_theme-5a105af7dd71e407953d0209e447ceeaffd869c4.tar.bz2 |
changed blockquote and code styles
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r-- | views/default/n1_theme/css.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index da08f8c..f3ef7ec 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -22,6 +22,10 @@ color: #333; } +#profile-details h2 { + font-weight: bold; +} + .file-photo { margin-top: 15px; } @@ -43,6 +47,12 @@ color: #333; } -.elgg-gallery .elgg-head { + .tidypics-gallery .elgg-head { margin: 10px; } + +#cboxTitle h3 { + color: #eee; + font-weight: bold; + font-size: 160%; +} |