diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-07-23 22:42:33 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-07-23 22:42:33 +0000 |
commit | 3ce1956feec453e176414a1896c8faf3668148a8 (patch) | |
tree | a37c0b8511a18cb7a06ab35c053f2818dd84cdac /share/www/style | |
parent | f036e4c8adc3c4d99fd0e0e18abab84af4768833 (diff) |
Apply patch by Volker Mische to improve the sidebar toggle animation. Really closes COUCHDB-425 now.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@797252 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 8b6f172b..0b513cd3 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -215,7 +215,6 @@ body.fullwidth #wrap { margin-right: 0; } #content { padding: 1em 16px 3em 10px; overflow: auto; position: absolute; top: 33px; bottom: 0; left: 0; right: 0; } -body.fullwidth #content { padding-right: 26px; } /* Toolbar */ |