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:
parent
7eb49d2513
commit
913949f890
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue