diff options
author | Byron Jones <bjones@mozilla.com> | 2013-12-03 22:33:16 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-12-03 22:33:16 +0100 |
commit | e447615ccbc6a9625634cc4bb230749e4aad758a (patch) | |
tree | 5f24535120f7b3f59ff73461097be59147bc0ba8 /skins/contrib | |
parent | 12e83e35b1ba306428507109fd17ccd75241ab50 (diff) | |
download | bugzilla-e447615ccbc6a9625634cc4bb230749e4aad758a.tar.gz bugzilla-e447615ccbc6a9625634cc4bb230749e4aad758a.tar.xz |
Bug 853509: Bugzilla version not displayed on the index page
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index cbd829740..3def65b5b 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -130,6 +130,12 @@ hr { visibility: hidden; } +#bugzilla_version { + float: right; + color: #888; + padding: 5px 20px; +} + #titles { width: 100%; background-color: transparent; |