ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/overlay.css
Revision: 1.2
Committed: Sun Nov 20 08:19:11 2005 UTC (18 years, 6 months ago) by root
Content type: text/css
Branch: MAIN
Changes since 1.1: +7 -6 lines
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 root 1.2 white-space: normal;
7     vertical-align: top;
8 root 1.1 background: black;
9     color: yellow;
10 root 1.2 border: 1px solid yellow;
11 root 1.1 margin: 0px;
12 root 1.2 padding-left: 1px;
13     padding-right: 1px;
14 root 1.1 font-family: arial, helvetica, sans-serif;
15 root 1.2 line-height: 7px;
16     font-size: 7px;
17 root 1.1 }