diff options
| -rw-r--r-- | qpid/doc/website/example/style.css | 3 | ||||
| -rw-r--r-- | qpid/doc/website/template/style.css | 2 |
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; } |
