diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-04-15 12:21:00 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-04-15 12:21:00 +0000 |
commit | 39de3072bcf9fdeec6d3faeb125924c401242205 (patch) | |
tree | da55307c8762f9ff16f7a7e478d971c0f352d281 /share/www | |
parent | 53968ddfd93bfe1aa403478de715ae0ac77db177 (diff) |
Merged mochiweb branch back into trunk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/style/layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 62f64587..0632d261 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -382,7 +382,7 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #tests tbody.content td.status { background-position: 5px 8px; background-repeat: no-repeat; color: #999; padding-left: 20px; } -#tests tbody.content td.details { width: 50%; overflow: auto; } +#tests tbody.content td.details { width: 50%; } #tests tbody.content td.details a { border-bottom: 1px dashed #ccc; color: #999; float: right; font-size: 85%; } |