diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/html/pages/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index f353bb583..8bc461882 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -66,6 +66,13 @@ table td, table th { color: #375EAB; } +.bug_list_caption { + font-weight: bold; + font-size: large; + color: #375EAB; + cursor: pointer; +} + .position_table { border: 0px; margin: 0px; |
