comparison firetest.css @ 4:1bd8daf2684d judyates

[svn r5] fixed problems with the prints css interfering with the firetest css
author rlm
date Mon, 22 Feb 2010 08:19:13 -0500
parents 3f6b44aa6b35
children 788bb81ec9dd
comparison
equal deleted inserted replaced
3:3f6b44aa6b35 4:1bd8daf2684d
2 { 2 {
3 background-color:rgb(0,0,0); 3 background-color:rgb(0,0,0);
4 font: 12px Arial,Helvetica,Verdana,sans-serif; 4 font: 12px Arial,Helvetica,Verdana,sans-serif;
5 } 5 }
6 6
7 /*
7 8
8 h1 9 h1
9 { 10 {
10 letter-spacing: 0px; 11 letter-spacing: 0px;
11 background-color: rgb(220,220,220); 12 background-color: rgb(220,220,220);
14 vertical-align: middle; 15 vertical-align: middle;
15 text-align: center; 16 text-align: center;
16 margin-bottom: 0px; 17 margin-bottom: 0px;
17 color: rgb(177,0,41); 18 color: rgb(177,0,41);
18 } 19 }
20 */
19 21
20 #caput { 22 #caput {
21 background-image: url(C:\Judy_Yates_Website\album_pics\2_logo.jpg); 23 background-image: url(C:\Judy_Yates_Website\album_pics\2_logo.jpg);
22 } 24 }
23 25
36 text-align: justify; 38 text-align: justify;
37 line-height: 130%; 39 line-height: 130%;
38 } 40 }
39 41
40 42
41 img { 43
44 img.gallery {
42 border: 1px solid #ccc; 45 border: 1px solid #ccc;
43 } 46
47 }
48
44 img.judy{ 49 img.judy{
45 border: none; 50 border: none;
46 float:left; 51 float:left;
47 margin:5px; 52 margin:5px;
48 } 53 }
179 } 184 }
180 185
181 li.nav{margin-top: .25em; margin-bottom: .25em;} 186 li.nav{margin-top: .25em; margin-bottom: .25em;}
182 187
183 188
184 table{ 189 table.gallery{
185 190
186 border-bottom: 1px solid #ff0000; 191 border-bottom: 1px solid #ff0000;
187 border-top: 1px solid #ff0000; 192 border-top: 1px solid #ff0000;
188 background-color: #000000; 193 background-color: #000000;
189 194