diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-06-24 22:53:01 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-06-24 22:53:01 +0000 |
| commit | 92f31c7da5b5d418e58164dd0c6acf1b2ddecfa9 (patch) | |
| tree | 6c96914b1983009a55e426a6e553b7fa73b8e5bc /doc/website/example/style.css | |
| parent | 90f988a79281e7825c27768495c91fd8fef145fb (diff) | |
| download | qpid-python-92f31c7da5b5d418e58164dd0c6acf1b2ddecfa9.tar.gz | |
Reduce feature_box class width to account for parent padding
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/website/example/style.css')
| -rw-r--r-- | doc/website/example/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/website/example/style.css b/doc/website/example/style.css index 4df0bd3c71..18e08be3d7 100644 --- a/doc/website/example/style.css +++ b/doc/website/example/style.css @@ -161,8 +161,7 @@ th { } #feature_box { - width:750px; - repeat-y; + width:702px; overflow:hidden; } |
