Fix timeline stem height

This commit is contained in:
James Brooks
2015-06-15 20:10:40 +01:00
parent 538e22deff
commit 3bc499a093
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
{
"dist/css/all.css": "dist/css/all-05d38989.css",
"dist/css/all.css": "dist/css/all-44605339.css",
"dist/js/all.js": "dist/js/all-c132bc1e.js"
}

View File

@@ -121,8 +121,8 @@ body.status-page {
position: relative;
&.first {
&:before {
height: 130%;
top: -20px;
// height: 130%;
top: -5px;
}
&:after {
content: '';
@@ -139,7 +139,7 @@ body.status-page {
content: '';
position: absolute;
left: 26px;
top: 5px;
top: -5px;
width: 2px;
height: 100%;
background: #7266BA;