Add empty border-left for non-current entries

This commit is contained in:
Josh Matz
2013-05-05 19:23:19 -05:00
parent e608e5b4da
commit 3606f5682e
2 changed files with 292 additions and 286 deletions

View File

@@ -12,8 +12,8 @@
margin: 0;
}
.entry-body {
padding-left: 24px;
.entry-header, .entry-body-content {
padding-left: 25px;
}
#feed-accordion .entry {
@@ -127,6 +127,7 @@
#feed-accordion.expanded .entry {
margin-bottom: 50px;
border-top: 1px solid #ebebeb;
border-left: 1px solid transparent;
}
#feed-accordion.expanded .current {