A lot of fixes from a live test

This commit is contained in:
Eugen Rochko 2016-02-28 15:46:29 +01:00
parent f1654da7ad
commit 47d50b0e39
17 changed files with 59 additions and 27 deletions

View file

@ -56,6 +56,13 @@
background: darken($background-color, 5%);
}
&.entry-follow, &.entry-favourite {
.content {
padding-top: 10px;
padding-bottom: 10px;
}
}
&:last-child {
border-bottom: 0;
}
@ -127,6 +134,15 @@
font-size: 16px;
padding: 0 10px;
padding-left: 8px;
a {
color: $primary-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.time {