- Footer lt staayout

This commit is contained in:
Paulo Gustavo Veiga
2012-09-16 02:26:56 -03:00
parent f1c9c95ed5
commit f90dd4f22a
6 changed files with 61 additions and 106 deletions

View File

@@ -1,6 +1,13 @@
/* HEADER STYLES */
html,body {
margin: 0;
padding: 0;
height: 100%;
}
#header {
margin-top: 0px;
margin-top: 0;
height: 78px;
width: 100%;
background: white;
@@ -99,17 +106,6 @@ div#headerButtons activelink a, div#headerButtons activelink a:hover {
border-bottom: 0;
}
#footer {
border-top: 1px black solid;
padding-top: 15px;
width: 100%;
background: #ffffff;
}
div#paypal {
float: left;
margin: -29px;
}
#headerLogo {
cursor: pointer;
@@ -131,16 +127,3 @@ div#headerActions {
div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link, div#headerActions a:visited {
color: white;
}
div.header_languages {
position: absolute;
right: 0;
top: 30px;
width: 100px;
height: 20px;
}
div.header_language_flag {
float: left;
margin-right: 3px;
}