changeset 55:41d66ff99136 laserkard

[svn r56] FINALLY got that damn copyright working
author rlm
date Wed, 17 Feb 2010 02:26:33 -0500
parents 4073982fcbe5
children 2ca94aa58033
files front_page.css index.php main.css
diffstat 3 files changed, 15 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/front_page.css	Wed Feb 17 02:16:11 2010 -0500
     1.2 +++ b/front_page.css	Wed Feb 17 02:26:33 2010 -0500
     1.3 @@ -22,10 +22,18 @@
     1.4  text-align:center;
     1.5  	margin-top:-50px;
     1.6  }
     1.7 -div.text
     1.8 +
     1.9 +div.copyright
    1.10  {
    1.11 -	
    1.12 +
    1.13 +width: 1100px ;
    1.14 +
    1.15 +margin-left:auto;
    1.16 +margin-right:auto;
    1.17 +color:white;
    1.18 +	/*font-family:Helvetica, sans-serif, Arial;*/
    1.19 +	font: bold 16px "arial", "sans-serif";
    1.20 +text-align:center;
    1.21  	
    1.22  
    1.23 -	margin-bottom:30px;
    1.24  }
     2.1 --- a/index.php	Wed Feb 17 02:16:11 2010 -0500
     2.2 +++ b/index.php	Wed Feb 17 02:26:33 2010 -0500
     2.3 @@ -25,23 +25,16 @@
     2.4    Same suit, same hair, same business card.
     2.5    </p>
     2.6    
     2.7 -  <p>
     2.8 -  But not you. <br> 
     2.9 -  </p>
    2.10 +  <p>  But not you. <br>   </p>
    2.11    <p>
    2.12    Laserkards &mdash; laser etched business cards,<br>
    2.13    Designed to make an impact.
    2.14    </p>
    2.15 -   
    2.16 -  
    2.17 -  
    2.18 + 
    2.19  </div>
    2.20  
    2.21 -
    2.22 -
    2.23 -
    2.24 -
    2.25 -<div id = "copyright">
    2.26 +<br>
    2.27 +<div class = "copyright">
    2.28  &copy;2010 LaserKard LLC
    2.29  </div>
    2.30  
     3.1 --- a/main.css	Wed Feb 17 02:16:11 2010 -0500
     3.2 +++ b/main.css	Wed Feb 17 02:26:33 2010 -0500
     3.3 @@ -110,20 +110,6 @@
     3.4  }
     3.5  
     3.6  
     3.7 -div#copyright
     3.8 -{
     3.9 -
    3.10 -clear:left;
    3.11 -clear:right;
    3.12 -clear:top;
    3.13 -
    3.14 -text-align:center;
    3.15 -font: bold 14px "helvetica","arial", "sans-serif";
    3.16 -color: white;
    3.17 -
    3.18 -display:none;
    3.19 -
    3.20 -}
    3.21  
    3.22  
    3.23