- Change to start using bootstrap grid

This commit is contained in:
Paulo Gustavo Veiga
2012-09-10 23:51:53 -03:00
parent 6efc068a6c
commit 3fb746f79b
23 changed files with 316 additions and 375 deletions

View File

@@ -83,7 +83,6 @@ div#headerTitle {
margin-left: 5px;
}
span#headerSubTitle {
font-weight: lighter;
font-size: 12px;
@@ -100,31 +99,20 @@ div#headerButtons activelink a, div#headerButtons activelink a:hover {
border-bottom: 0;
}
#footer {
width: 100%;
border-top: 1px solid #8e9181;
text-align: center;
font-size: 90%;
padding-top:5px;
min-height:40px;
border-top: 1px black solid;
padding-top: 15px;
}
#footer > div{
display: inline-block;
}
div#paypal {
float: left;
margin: -29px;
}
#headerLogo {
cursor: pointer;
}
div#headerActions {
padding-right: 8px;
padding-top: 4px;
@@ -135,7 +123,7 @@ div#headerActions {
}
#headerActions span {
border-bottom: 3px solid #F7C931;
border-bottom: 3px solid #F7C931;
}
div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link, div#headerActions a:visited {