Merge pull request #537 from bechi/feature/layout-details

Feature/layout details
This commit is contained in:
Matias Alejo Garcia 2014-06-03 15:04:06 -03:00
commit d9a6874357
2 changed files with 14 additions and 9 deletions

View file

@ -30,6 +30,11 @@ html, body {height: 100%;}
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10);
}
.text-gray.active {
color: #111 !important;
font-weight: 700;
}
#footer {
position: fixed;
margin-top: -96px; /* negative value of footer height */
@ -59,7 +64,6 @@ html, body {height: 100%;}
.logo {
display: block;
width: 130px;
height: 51px;
margin: 0 auto;
}
@ -623,6 +627,7 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
background-size: 90px 44px !important;
float: left;
margin-top: 0.7rem;
width: 130px;
}
.header-content .small-9 {