app/assets/stylesheets/lines/style.css.scss in lines-engine-0.3.1 vs app/assets/stylesheets/lines/style.css.scss in lines-engine-0.3.2
- old
+ new
@@ -297,10 +297,11 @@
.article_googleplus, .article_footer, .article_content { display:none; }
}
}
#pagination {
+ font-family: 'Ubuntu';
display: block;
overflow: visible;
border-top: 1px solid #ccc;
margin: 0px auto;
width: 100%;
@@ -316,16 +317,14 @@
.newer, .older { position: absolute; display: inline-block; }
.newer { left: 0px; }
.older { right: 0px; }
.prev, .first {
float: left;
- background: url('/assets/arrow_left.png') top left no-repeat;
- padding: 0 10px 0 50px;
+ padding: 0 10px;
}
.next, .last {
float: right;
- background: url('/assets/arrow_right.png') top right no-repeat;
- padding: 0 50px 10px 0px;
+ padding: 0 10px;
}
.pages {
font-size: 0.7em;
color: lighten($lightgrey,30%);