fixes #5221, overflow bug in mozilla

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7498 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2008-08-25 18:29:22 +00:00
parent c4b4c25402
commit 33da4b0e75

View file

@ -48,7 +48,6 @@
ul.tests li.pass span { color: green; }
ul.tests li div { margin: 5px 0 8px 0; }
ul.tests li div.msg { font-weight: bold; }
#content {overflow: auto}
</style>
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>css/cake.generic.css" />
</head>