diff options
Diffstat (limited to 'themes/colors/css/shinytomato.css')
| -rw-r--r-- | themes/colors/css/shinytomato.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index 7ff81a5303..24deb30196 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9563 2010-09-26 20:18:10Z rob $ +* $Id: ash.css 9566 2010-09-26 22:15:23Z rob $ */ .something { @@ -337,6 +337,12 @@ width:100%; color:#333333; } +.small_inner_block { +max-height: 200px; +overflow: auto; +font: normal 10px tahoma, arial, helvetica, sans-serif; +} + .block { color: #030303; font: 12px tahoma, arial, helvetica, sans-serif; |
