
cherokee at cherokee-project
Oct 13, 2009, 6:05 PM
Post #1 of 1
(85 views)
Permalink
|
|
[3700] cherokee/branches/newerrors/admin/static/css/cherokee.css: Horizontal overflow only.
|
|
Revision: 3700 http://svn.cherokee-project.com/changeset/3700 Author: aperez Date: 2009-10-14 03:05:12 +0200 (Wed, 14 Oct 2009) Log Message: ----------- Horizontal overflow only. Modified Paths: -------------- cherokee/branches/newerrors/admin/static/css/cherokee.css Modified: cherokee/branches/newerrors/admin/static/css/cherokee.css =================================================================== --- cherokee/branches/newerrors/admin/static/css/cherokee.css 2009-10-14 00:22:50 UTC (rev 3699) +++ cherokee/branches/newerrors/admin/static/css/cherokee.css 2009-10-14 01:05:12 UTC (rev 3700) @@ -397,8 +397,7 @@ white-space: pre; font-family: monospace; margin: 1em 0; - max-height: 128px; - overflow: auto; + overflow-x: auto; } .error-page code {
|