ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/common.css
(Generate patch)

Comparing cfmaps/common.css (file contents):
Revision 1.10 by root, Tue Nov 22 17:54:41 2005 UTC vs.
Revision 1.11 by root, Sat Sep 16 18:47:33 2006 UTC

49 left: 29px; 49 left: 29px;
50 white-space: pre; 50 white-space: pre;
51/* overflow: auto; # makes it impossible to move into the popup... */ 51/* overflow: auto; # makes it impossible to move into the popup... */
52} 52}
53 53
54.tilemap { table-layout: fixed; border: 2px solid #777; border-spacing: 0px; } 54.tilemap { table-layout: fixed; border: 2px solid #777; border-spacing: 0px; background: #faa; }
55.tilemap * { border-style: none; border: 0px; margin: 0px; padding: 0px; } 55.tilemap * { border-style: none; border: 0px; margin: 0px; padding: 0px; }
56 56
57.tilemap td { width: 50px; height: 50px; } 57.tilemap td { width: 50px; height: 50px; }
58.tilemap img:hover { margin: 2px; width: 46px; height: 46px; opacity: 0.8; } 58.tilemap img:hover { margin: 2px; width: 46px; height: 46px; opacity: 0.8; }
59 59

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines