diff options
| author | Rob Peters <makitso@gmail.com> | 2010-06-26 13:50:38 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-06-26 13:50:38 +0000 |
| commit | ed9d2cd949c4a98e60511290827f7cfd6e15b754 (patch) | |
| tree | 3f4b02077b1a3615696f71bd9ba34994b3204093 /themes/clouds | |
| parent | 1af49eb883717541eba27300a63c5075c46663d5 (diff) | |
| download | webtrees-ed9d2cd949c4a98e60511290827f7cfd6e15b754.tar.gz webtrees-ed9d2cd949c4a98e60511290827f7cfd6e15b754.tar.bz2 webtrees-ed9d2cd949c4a98e60511290827f7cfd6e15b754.zip | |
Correct syntax error
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index d3cf6882da..6fa73e21cb 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -1640,7 +1640,7 @@ padding-top: 12px; text-align: center; } -tag_cloud { +.tag_cloud { font-family: tahoma, arial, helvetica, sans-serif; } .tag_cloud a { |
