summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-06-24 22:53:01 +0000
committerRobert Gemmell <robbie@apache.org>2010-06-24 22:53:01 +0000
commit04ce05e5fe3474dfada1d9bb064fdb465b54c58a (patch)
tree1159fdb444cc86dc1a57c1ed4af3df035d5ec4a3
parenta5ec9d6b06be38e71a776d82f11c867e0dc4f003 (diff)
downloadqpid-python-04ce05e5fe3474dfada1d9bb064fdb465b54c58a.tar.gz
Reduce feature_box class width to account for parent padding
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@957747 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/website/example/style.css3
-rw-r--r--qpid/doc/website/template/style.css2
2 files changed, 2 insertions, 3 deletions
diff --git a/qpid/doc/website/example/style.css b/qpid/doc/website/example/style.css
index 4df0bd3c71..18e08be3d7 100644
--- a/qpid/doc/website/example/style.css
+++ b/qpid/doc/website/example/style.css
@@ -161,8 +161,7 @@ th {
}
#feature_box {
- width:750px;
- repeat-y;
+ width:702px;
overflow:hidden;
}
diff --git a/qpid/doc/website/template/style.css b/qpid/doc/website/template/style.css
index a241836155..7daa2e666d 100644
--- a/qpid/doc/website/template/style.css
+++ b/qpid/doc/website/template/style.css
@@ -160,7 +160,7 @@ body {
}
.feature_box {
- width:750px;
+ width:702px;
overflow:hidden;
}