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 /doc/website/example/style.css | |
| 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
Diffstat (limited to 'doc/website/example/style.css')
| -rw-r--r-- | doc/website/example/style.css | 2 |
1 files changed, 1 insertions, 1 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; } |
