diff --git a/src/styles/app.styl b/src/styles/app.styl index 3c84cee..73f50cc 100644 --- a/src/styles/app.styl +++ b/src/styles/app.styl @@ -166,22 +166,30 @@ ul #title border-bottom: 3px solid #F3F4F8 + white-space: nowrap + line-height: 52px // outer height of tallest element + margin-top: 20px .title - white-space: nowrap + float: left border-bottom: 3px solid #AAAFBF - margin: 30px 0 -3px 0 - padding-bottom: 20px + margin-bottom: -3px .sub - white-space: nowrap + float: left font-size: 16px font-weight: bold - margin: 0 20px + padding: 0 20px .description + overflow: hidden font-family: $serif_font color: #B1B6C4 + + &:after + display: block + clear: both + content: "" #page padding-bottom: 80px // height of the footer diff --git a/src/templates/pages/milestone.html b/src/templates/pages/milestone.html index b622ff5..e61ae5c 100644 --- a/src/templates/pages/milestone.html +++ b/src/templates/pages/milestone.html @@ -2,13 +2,9 @@
{{ format.title(milestone.title) }} |
- {{{ format.due(milestone.due_on) }}} | -{{{ format.markdown(milestone.description) }}} |
-