diff options
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/buglist.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/custom/buglist.css b/skins/custom/buglist.css index 397bd95a4..d3097aedd 100644 --- a/skins/custom/buglist.css +++ b/skins/custom/buglist.css @@ -34,3 +34,8 @@ th.sorted_5 { .bz_short_desc_column a:hover, .bz_short_short_desc_column a:hover { text-decoration: underline; } + +#request_form #filtering th { + padding-left: 0.5em; +} + |