Skip to content

Commit

Permalink
Final margins touches. br to spread the word.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zifare committed Nov 21, 2014
1 parent eff0937 commit 4159feb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/footer.html
Expand Up @@ -13,7 +13,7 @@
<div class="col-xs-3">
<ul class="nav nav-stacked">
<li class="footer-titles">Spread the Word</li>
<li class="footer-content"><a href="#">Tell your friends and colleagues how awesome Omniwallet is</a></li>
<li class="footer-content"><a href="#">Tell your friends and colleagues<br>how awesome Omniwallet is</a></li>
</ul>
</div>
<div class="col-xs-3">
Expand Down
13 changes: 9 additions & 4 deletions www/theme.css
Expand Up @@ -9,7 +9,7 @@ html {
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin-bottom: 0 auto -249px;
margin-bottom: 0 auto -246px;
}

.brown{color:#9b846b}
Expand Down Expand Up @@ -298,7 +298,7 @@ form.form-search:before {

/*Definitions for footer*/
#push, #footer {
height: 249px;
height: 246px;
}

#footer {
Expand All @@ -323,6 +323,7 @@ form.form-search:before {
}
.footer-middle-row{
background-color: #20314a;
margin-bottom: -6px;
}
.footer-bottom-row{
background-color: #ffffff;
Expand Down Expand Up @@ -386,13 +387,13 @@ a:hover i.icon-twitter{

.divider-vertical-small {
height: 14px;
margin-top: 18px;
margin-top: 12px;
border-left: 1px solid #7186a6;
}

.footer-titles {
padding-left: 14px;
padding-top: 13px;
padding-top: 16px;
font-size: 16px;
font-family: 'roboto';
font-weight: bold;
Expand All @@ -414,6 +415,7 @@ a:hover i.icon-twitter{
.footer-social {
font-size: 13px;
font-family: 'roboto';
margin-bottom: 4px;
}
.footer-social a{
color: #9cb7de
Expand All @@ -427,11 +429,13 @@ a:hover i.icon-twitter{
color: #ffffff;
font-family: 'roboto';
margin-top: 39px !important;
margin-left: 15px !important;
}

.footer-middle {
font-size: 13px;
font-family: 'roboto';
margin-top: -6px;
}
.footer-middle a{
color: #7186a6;
Expand All @@ -446,6 +450,7 @@ a:hover i.icon-twitter{
color: #999999;
font-family: 'roboto';
margin-left: 486px; /* FOR NOW it's centered like this */
margin-top: -6px
}

.footer-version {
Expand Down

0 comments on commit 4159feb

Please sign in to comment.