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

Comparing cfmaps/overlay.css (file contents):
Revision 1.1 by root, Sun Nov 20 08:04:19 2005 UTC vs.
Revision 1.2 by root, Sun Nov 20 08:19:11 2005 UTC

1.map .exit > div { padding: 0px; border: 3px dashed #0f0; } 1.map .exit > div { padding: 0px; border: 3px dashed #0f0; }
2.map .fishy > div { padding: 0px; border: 3px dashed #f0f; } 2.map .fishy > div { padding: 0px; border: 3px dashed #f0f; }
3 3
4.c { 4.c {
5 display: inline; 5 display: inline;
6 white-space: normal;
7 vertical-align: top;
6 background: black; 8 background: black;
7 color: yellow; 9 color: yellow;
8 border: 1px solid white; 10 border: 1px solid yellow;
9 margin: 0px; 11 margin: 0px;
10 width: auto;
11 padding-left: 2px; 12 padding-left: 1px;
12 padding-right: 2px; 13 padding-right: 1px;
13 height: 10px;
14 font-family: arial, helvetica, sans-serif; 14 font-family: arial, helvetica, sans-serif;
15 line-height: 7px;
15 font-size: 8px; 16 font-size: 7px;
16} 17}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines