comparison about.css @ 65:fd2fc585acbc laserkard

[svn r66] Change in about.css to allow for a no-border look
author hong
date Sun, 04 Apr 2010 22:44:10 -0400
parents 3b429e91982b
children 24d5d4221b42
comparison
equal deleted inserted replaced
64:3ded7746d484 65:fd2fc585acbc
14 */ 14 */
15 } 15 }
16 div.whole2 16 div.whole2
17 { 17 {
18 width: 350px ; 18 width: 350px ;
19 margin-top:25px; 19 margin-top:20px;
20 margin-left: auto ; 20 margin-left: -30px ;
21 margin-right: auto ; 21 margin-right: auto ;
22 22
23 /* 23 /*
24 padding:2px; 24 padding:2px;
25 border-style:solid; 25 border-style:solid;
29 } 29 }
30 30
31 31
32 div#pokedex 32 div#pokedex
33 { 33 {
34 padding : 30px; 34 padding : 10px;
35 clear:right; 35 clear:right;
36 float:none; 36 float:none;
37 background-color:#000000; 37 background-color:#000000;
38 border-style:solid; 38 border-style:solid;
39 border-color:#ffffff; 39 border-color:#000000;
40 border-width:1px; 40 border-width:1px;
41 41 */
42
43 42
44 font: bold 16px "helvetica","arial", "sans-serif"; 43 font: bold 16px "helvetica","arial", "sans-serif";
45 color: white; 44 color: white;
46 } 45 }
47 46