diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-04 23:43:25 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-04 23:43:25 +0100 |
commit | ae86d0a1f9718b8122ee32a12aac302a7002be09 (patch) | |
tree | 28d3db57625553c2a297f2eec690c1dcf1915dac /skins/custom | |
parent | e3b051b686c16ead5f8b63206940b885532e1c95 (diff) | |
download | bugzilla-ae86d0a1f9718b8122ee32a12aac302a7002be09.tar.gz bugzilla-ae86d0a1f9718b8122ee32a12aac302a7002be09.tar.xz |
Some skin work
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/show_bug.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index 8a88909f7..9e43644d0 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -45,11 +45,6 @@ margin-top: 0px; } -/* put the width on the TD rather than the PRE to stop the col resizing - when comments are hidden */ -.bz_comment { - width: 55em; -} .bz_comment_text { width: auto; } @@ -58,13 +53,6 @@ float: right; } -/* style all field labels the same */ - -.field_label, .field_label a { - color: #000; - font-weight: bold; -} - .field_label a { cursor: help; } |