diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-01-04 17:54:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 17:54:02 +0100 |
commit | c0f0cbc3f6e6f7bd045759d88191c6a150b24f38 (patch) | |
tree | c331f264efcc9d431bc354acbff2592e70a2c27c /skins/standard | |
parent | 9d38f5c249d1d7b620937dd2e9834166cb37a242 (diff) | |
download | bugzilla-c0f0cbc3f6e6f7bd045759d88191c6a150b24f38.tar.gz bugzilla-c0f0cbc3f6e6f7bd045759d88191c6a150b24f38.tar.xz |
Bug 1428052 - security bugs always have the vertical scrollbar outside of area visible by default (overflow on the right)
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/bug_groups.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skins/standard/bug_groups.css b/skins/standard/bug_groups.css index 7e39ad17d..384ff68e6 100644 --- a/skins/standard/bug_groups.css +++ b/skins/standard/bug_groups.css @@ -2,8 +2,6 @@ body[class*=bz_group_] { background-color: #e0e0ff; - border-left: solid red 2px; - padding-left: 13px; } body[class*=bz_group_] #bugzilla-body { |