@@ -15,8 +15,7 @@
<script src="js/app.js"></script>
</head>
<body>
- <div ng-view="">
- </div>
+ <div ng-view=""></div>
</body>
</html>
@@ -68,7 +68,6 @@ body {
.filter li {
display: block;
padding: 5px;
- margin-bottom: 10px;
}
.filter li:last-child{
@@ -98,7 +97,7 @@ body {
border-bottom: 1px solid;
padding-bottom: 1px;
margin-top: 5px;
- margin-bottom: 2px;
+ margin-bottom: 10px;
.filter input[type="text"], .filter select {
width: 100%;
@@ -199,7 +198,6 @@ ul.news-meta {
font-size: 12px;
border-bottom: 1px solid rgba(0,0,0,0.05);
padding-bottom: 3px;
ul.news-meta li {