diff options
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%; +} |