diff --git a/_internalpage.sass b/_internalpage.sass index ed19223..d01c5af 100644 --- a/_internalpage.sass +++ b/_internalpage.sass @@ -19,25 +19,31 @@ border-radius: 0 box-shadow: none padding: 20px + #article-header + background: url('icons/line.png') repeat-x left 8px + display: block + height: 75px + margin: 25px 0 0 0 + width: 100% h1.title + background: #FFF border-bottom: none border-left: 10px solid #575959 color: #575959 + display: block + float: left font-family: 'Ubuntu' font-size: 22px font-variant: normal font-weight: 300 - margin: 25px 0 + margin: 0 0 25px 0 padding: 0 15px position: relative - &::after - background: url('icons/line.png') repeat-x left center - bottom: 0 - content: "" - left: 115px - position: absolute - right: 0 - top: 5px + width: auto + .publishing-info + display: block + float: left + width: 100% #article font-family: 'Ubuntu' font-size: 13px diff --git a/icons/line.png b/icons/line.png index b3a8a88..b186658 100644 Binary files a/icons/line.png and b/icons/line.png differ -- libgit2 0.21.2