diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-08-06 18:23:06 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-06 18:23:06 +0200 |
commit | 905e6eedc2a1647aa02c931fe35aacc5b171cf9b (patch) | |
tree | b4f80b928c1352b34380d1a6f044c5692ea2f3dc /skins | |
parent | b02141a8f95f7982e49cfe34a09d90cf75d463f4 (diff) | |
download | bugzilla-905e6eedc2a1647aa02c931fe35aacc5b171cf9b.tar.gz bugzilla-905e6eedc2a1647aa02c931fe35aacc5b171cf9b.tar.xz |
Bug 1480473 - Component description page: highlighted component lacks padding
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/describecomponents.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skins/standard/describecomponents.css b/skins/standard/describecomponents.css index cf5c1a98d..b0601541b 100644 --- a/skins/standard/describecomponents.css +++ b/skins/standard/describecomponents.css @@ -46,8 +46,6 @@ } .component.highlight { - margin: 0; - padding: 1em 0; background-color: lightgreen; } |