ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/overlay.css
Revision: 1.1
Committed: Sun Nov 20 08:04:19 2005 UTC (18 years, 6 months ago) by root
Content type: text/css
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

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