Mercurial > laserkard
diff main.css @ 50:1b5417799713 laserkard
[svn r51] Venture Mentoring service LIVE
author | rlm |
---|---|
date | Mon, 01 Feb 2010 02:54:59 -0500 |
parents | b2a11435a89b |
children | 4349f0c7c4c0 |
line wrap: on
line diff
1.1 --- a/main.css Sun Jan 31 21:37:24 2010 -0500 1.2 +++ b/main.css Mon Feb 01 02:54:59 2010 -0500 1.3 @@ -2,13 +2,22 @@ 1.4 /* CSS Document */ 1.5 1.6 1.7 -slogan 1.8 +div.slogan,div.slogan>a 1.9 { 1.10 1.11 color: white; 1.12 - 1.13 +background-color: black; 1.14 margin-left: auto; 1.15 margin-right: auto; 1.16 +clear: left; 1.17 +clear: right; 1.18 +width: 100%; 1.19 +text-align: center; 1.20 +font: bold 25px "arial", "sans-serif"; 1.21 +text-decoration: none; 1.22 +margin-bottom:-15px; 1.23 +margin-top:20px; 1.24 + 1.25 } 1.26 1.27 1.28 @@ -112,15 +121,15 @@ 1.29 div#copyright 1.30 { 1.31 1.32 -position:relative; 1.33 -bottom: -310px; 1.34 -margin-left:44%; 1.35 +clear:left; 1.36 +clear:right; 1.37 +clear:top; 1.38 1.39 - 1.40 +text-align:center; 1.41 font: bold 14px "helvetica","arial", "sans-serif"; 1.42 color: white; 1.43 1.44 - 1.45 +display:none; 1.46 1.47 } 1.48