Files
meanTorrent/public/css/common.css
Lior Kesos f52d6c3a30 Revert "Initial commit for the site"
This reverts commit 4e37a3f2c7.
2014-02-07 02:12:35 +02:00

25 lines
396 B
CSS

.navbar .nav>li>a.brand {
padding-left:20px;
margin-left:0
}
.content {
margin-top:70px;
width:100%
}
footer {
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
background:#ddd;
-webkit-box-shadow:0 8px 6px 6px black;
-moz-box-shadow:0 8px 6px 6px black;
box-shadow:0 8px 6px 6px black
}
footer p {
padding:5px 0 12px 10px
}