diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-20 12:21:29 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-20 12:21:29 (GMT) |
commit | 737c1951e9203734f49ec98381868b78f1bf316d (patch) | |
tree | 8bee6b62292c9862ae0e57f06f5b842d6640bc16 /kolab.org/www/drupal-7.15/sites/all | |
parent | fac61654f0829ccb143a7b3bed5aa8d1bad35cb6 (diff) | |
download | kolab.org-www-737c1951e9203734f49ec98381868b78f1bf316d.tar.gz |
make block links black
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites/all')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css index abba25b..7a0e7e5 100644 --- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css @@ -221,6 +221,11 @@ pre, code, tt { border-bottom: 1px solid #b2b2b2; } +#block-views-planet-block h2 a, +#block-views-tweets-block h2 a { + color: #000000; +} + .tweet-view td.views-field-text { padding-left: 5pt; } |