Mercurial > laserkard
changeset 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 | 3ded7746d484 |
children | 5a490c918444 |
files | about.css |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/about.css Thu Apr 01 20:13:58 2010 -0400 1.2 +++ b/about.css Sun Apr 04 22:44:10 2010 -0400 1.3 @@ -16,8 +16,8 @@ 1.4 div.whole2 1.5 { 1.6 width: 350px ; 1.7 - margin-top:25px; 1.8 - margin-left: auto ; 1.9 + margin-top:20px; 1.10 + margin-left: -30px ; 1.11 margin-right: auto ; 1.12 1.13 /* 1.14 @@ -31,15 +31,14 @@ 1.15 1.16 div#pokedex 1.17 { 1.18 -padding : 30px; 1.19 +padding : 10px; 1.20 clear:right; 1.21 float:none; 1.22 background-color:#000000; 1.23 border-style:solid; 1.24 -border-color:#ffffff; 1.25 +border-color:#000000; 1.26 border-width:1px; 1.27 - 1.28 - 1.29 +*/ 1.30 1.31 font: bold 16px "helvetica","arial", "sans-serif"; 1.32 color: white;