diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-06-03 15:16:29 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-06-03 15:16:29 +0000 |
commit | 0193f6280ce311c86e097ed38ad5802d3dcf7734 (patch) | |
tree | 16c90d6903ca00e1b70d3f9cdd7b49f750bc35b3 /share/www/index.html | |
parent | 3544891c723ddb79a3daa54ae3d50a42851447d1 (diff) |
Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce code editor, updated logo to match the version used elsewhere.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662823 13f79535-47bb-0310-9956-ffa450edef68
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> |