diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/edit_bug.css | 7 | ||||
-rw-r--r-- | css/global.css | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/css/edit_bug.css b/css/edit_bug.css deleted file mode 100644 index 95fb62927..000000000 --- a/css/edit_bug.css +++ /dev/null @@ -1,7 +0,0 @@ - -.bz_private { color: darkred ; background : #f3eeee ; } -.bz_disabled { color: #a0a0a0 ; } - -.bz_comment { background-color: #e0e0e0; } - -table#flags th, table#flags td { vertical-align: baseline; text-align: left; } diff --git a/css/global.css b/css/global.css index 5c08cbe04..47a1558d6 100644 --- a/css/global.css +++ b/css/global.css @@ -167,4 +167,9 @@ .bz_obsolete { text-decoration: line-through; } .bz_inactive { text-decoration: line-through; } .bz_closed { text-decoration: line-through; } +.bz_private { color: darkred ; background : #f3eeee ; } +.bz_disabled { color: #a0a0a0 ; } +.bz_comment { background-color: #e0e0e0; } + +table#flags th, table#flags td { vertical-align: baseline; text-align: left; } |