diff options
Diffstat (limited to 'share/www/index.html')
-rw-r--r-- | share/www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/index.html b/share/www/index.html index f74e672d..dcbba925 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -21,7 +21,7 @@ specific language governing permissions and limitations under the License. <style type="text/css"> html { height: 100%; overflow: hidden; } body { background: #fff url(image/bg.png) 100% 0 repeat-y; - padding: 0 185px 0 0; height: 100%; overflow: hidden; + padding: 0; height: 100%; overflow: hidden; } * html body { padding-right: 210px; } iframe { background: transparent; border: none; width: 100%; height: 100%; } @@ -82,7 +82,7 @@ specific language governing permissions and limitations under the License. </head> <body> <a href="browse/index.html" target="content"> - <img id="logo" src="image/logo.png" width="170" height="151" alt="Apache CouchDB: Relax"> + <img id="logo" src="image/logo.png" width="175" height="150" alt="Apache CouchDB: Relax"> </a> <ul id="nav"> <li><span>Tools</span><ul> |