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

# Content
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 white-space: normal;
7 vertical-align: top;
8 background: black;
9 color: yellow;
10 border: 1px solid yellow;
11 margin: 0px;
12 padding-left: 1px;
13 padding-right: 1px;
14 font-family: arial, helvetica, sans-serif;
15 line-height: 7px;
16 font-size: 7px;
17 }