some CSS improvements and other fixes

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1409 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-10-17 17:35:41 +00:00
parent 7eb49d2513
commit 913949f890

View file

@ -5,11 +5,16 @@
*/
a:hover {
a[href]:hover {
background-color: #f0f0ff;
text-decoration: none;
}
.even a[href]:hover {
background-color: #ebebe2;
text-decoration: none;
}
pre {
overflow: scroll;
max-height: 35em;