aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css15
1 files changed, 3 insertions, 12 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index fea45d1c6..a4385ea34 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -10,7 +10,7 @@
body {
font-family: sans-serif;
color: #000;
- background: #fff url("global/body-back.gif") repeat-x;
+ /* background: #fff url("global/body-back.gif") repeat-x; */
}
body, td, th, input, dt, #titles {
font-family: Verdana, sans-serif;
@@ -847,7 +847,7 @@ tr.shared_search {
#page-index {
padding: 0.2em 0.2em 0.15em 0.2em;
- max-width: 1000px;
+/* max-width: 1000px; */
}
/* By default these contain nothing, but these CSS rules make things
@@ -910,15 +910,6 @@ tr.shared_search {
#account { background: url(index/new-account.png) no-repeat; }
#help { background: url(index/help.png) no-repeat; }
-#quicksearchForm {
- clear: both;
- text-align: center;
- margin-bottom: 2em;
-}
-
-#quicksearchForm #quicksearch_main {
- width: 27em;
-}
#quicksearchForm {
margin: 0;
@@ -971,7 +962,7 @@ ul.additional_links li.bz_default_hidden {
body.narrow_page #bugzilla-body > * {
/* People have an easier time reading narrower columns of text. */
- max-width: 45em;
+ //max-width: 45em;
}
/*****************/