Adding CSS For non-sass Applications

This commit is contained in:
Amos Haviv
2013-08-06 15:39:18 +03:00
parent 7e94a15a4b
commit c7db3a255d
2 changed files with 2 additions and 0 deletions

1
public/css/common.css Normal file
View File

@@ -0,0 +1 @@
.navbar .nav>li>a.brand{padding-left:20px;margin-left:0}.content{margin-top:50px;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}

View File

@@ -0,0 +1 @@
h1{text-align:center}ul.articles li:not(:last-child){border-bottom:1px solid #ccc}