summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-06-25 14:46:28 +0000
committerRobert Gemmell <robbie@apache.org>2010-06-25 14:46:28 +0000
commit1eb0aea4a429e647b10a0fa4ad08c2fd21ee39a6 (patch)
tree672df61e4140bab035fdbec0ccf5eda18fa10fe0
parent0d92262418a1623fd1755a6cedd99e8b83c6031f (diff)
downloadqpid-python-1eb0aea4a429e647b10a0fa4ad08c2fd21ee39a6.tar.gz
Reduce feature box size further for IE6 compatibility
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@957997 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/website/example/style.css2
-rw-r--r--qpid/doc/website/template/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/doc/website/example/style.css b/qpid/doc/website/example/style.css
index 18e08be3d7..2a8cc6890f 100644
--- a/qpid/doc/website/example/style.css
+++ b/qpid/doc/website/example/style.css
@@ -161,7 +161,7 @@ th {
}
#feature_box {
- width:702px;
+ width:698px;
overflow:hidden;
}
diff --git a/qpid/doc/website/template/style.css b/qpid/doc/website/template/style.css
index 7daa2e666d..d90d22f3f0 100644
--- a/qpid/doc/website/template/style.css
+++ b/qpid/doc/website/template/style.css
@@ -160,7 +160,7 @@ body {
}
.feature_box {
- width:702px;
+ width:698px;
overflow:hidden;
}