diff main.css @ 22:3298256dd459 laserkard

[svn r23] did much cosmetic work.
author rlm
date Sun, 03 Jan 2010 03:36:21 -0500
parents 2f537455ebf7
children 707d202f58b1
line wrap: on
line diff
     1.1 --- a/main.css	Sun Jan 03 00:55:18 2010 -0500
     1.2 +++ b/main.css	Sun Jan 03 03:36:21 2010 -0500
     1.3 @@ -13,7 +13,6 @@
     1.4  }
     1.5  div.topbar
     1.6  {
     1.7 -	background-repeat:repeat-x;
     1.8  	height:60px;
     1.9  	margin-top:2px;
    1.10  }
    1.11 @@ -40,6 +39,10 @@
    1.12  	color:#FFF;
    1.13  	text-shadow:#222 0px 0px 8px;
    1.14  }
    1.15 +
    1.16 +
    1.17 +
    1.18 +
    1.19  div.headlinks ul
    1.20  {
    1.21  	margin-top:10px;
    1.22 @@ -96,3 +99,15 @@
    1.23  text-align: center;
    1.24  font: bold 32px "arial", "sans-serif";
    1.25  }
    1.26 +
    1.27 +
    1.28 +
    1.29 +/*stuff to make the links show which page you're on*/
    1.30 +body#buy a#buy,
    1.31 +body#hom a#hom,
    1.32 +body#about a#about,
    1.33 +body#contact a#contact {
    1.34 +color: #fff;
    1.35 +background: #930;
    1.36 +}
    1.37 +