Mobile: fix style of 'more' button

This commit is contained in:
Steffen van Bergerem 2015-02-18 20:41:01 +01:00
parent 7de66abce9
commit 06ab4d0514

View file

@ -198,7 +198,6 @@ h3 {
}
.more-link, .no-more-posts {
box-shadow: inset 0 1px 5px #777, 0 1px 1px rgba(0,0,0,0.4);
display: block;
text-align: center;
padding: 0 10px;
@ -215,6 +214,9 @@ h3 {
text-shadow: 0 2px 0 #fff;
}
}
.no-more-posts {
box-shadow: inset 0 1px 5px #777, 0 1px 1px rgba(0,0,0,0.4);
}
.info {
color: #ccc;