diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-02 16:43:01 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-02 16:43:01 +0100 |
commit | cea1ba1953ef1dab6c50f3237db9e858d3a55439 (patch) | |
tree | b096dc612d25edeba659ae635b6c4fbc1481ae4c /skins | |
parent | 95203b7664ccefac00ad1f05a62d2178f6573dd0 (diff) | |
download | bugzilla-cea1ba1953ef1dab6c50f3237db9e858d3a55439.tar.gz bugzilla-cea1ba1953ef1dab6c50f3237db9e858d3a55439.tar.xz |
Bug 1420295 - Remove the Bugzilla version number from homepage
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index bd822106a..ba1371eb9 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -980,12 +980,6 @@ body.mfa-warning #mfa-select button { visibility: hidden; } -#header #bugzilla_version { - float: right; - color: #888; - padding: 5px 20px; -} - #titles { width: 100%; background-color: transparent; |