diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-06-25 14:46:28 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-06-25 14:46:28 +0000 |
| commit | 6b27ee254c81d3121cba7e20368f5c2d1f0fb2c5 (patch) | |
| tree | b61ee59ab457e474c80dc08c45aafd0473de2607 | |
| parent | 0b4c056ec423a260d18b8c6c8120bd8d72fa1396 (diff) | |
| download | qpid-python-6b27ee254c81d3121cba7e20368f5c2d1f0fb2c5.tar.gz | |
Reduce feature box size further for IE6 compatibility
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957997 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | doc/website/example/style.css | 2 | ||||
| -rw-r--r-- | doc/website/template/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/website/example/style.css b/doc/website/example/style.css index 18e08be3d7..2a8cc6890f 100644 --- a/doc/website/example/style.css +++ b/doc/website/example/style.css @@ -161,7 +161,7 @@ th { } #feature_box { - width:702px; + width:698px; overflow:hidden; } diff --git a/doc/website/template/style.css b/doc/website/template/style.css index 7daa2e666d..d90d22f3f0 100644 --- a/doc/website/template/style.css +++ b/doc/website/template/style.css @@ -160,7 +160,7 @@ body { } .feature_box { - width:702px; + width:698px; overflow:hidden; } |
