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 | |
| 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
| -rw-r--r-- | doc/website/example/style.css | 3 | ||||
| -rw-r--r-- | doc/website/template/style.css | 2 |
2 files changed, 2 insertions, 3 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; } diff --git a/doc/website/template/style.css b/doc/website/template/style.css index a241836155..7daa2e666d 100644 --- a/doc/website/template/style.css +++ b/doc/website/template/style.css @@ -160,7 +160,7 @@ body { } .feature_box { - width:750px; + width:702px; overflow:hidden; } |
