Commit c004860ffdd99b44c41adfdcf4ee369145debd85
1 parent
ec05a0fd
Exists in
master
and in
2 other branches
fix title background alignment
Showing
2 changed files
with
15 additions
and
9 deletions
Show diff stats
_internalpage.sass
@@ -19,25 +19,31 @@ | @@ -19,25 +19,31 @@ | ||
19 | border-radius: 0 | 19 | border-radius: 0 |
20 | box-shadow: none | 20 | box-shadow: none |
21 | padding: 20px | 21 | padding: 20px |
22 | + #article-header | ||
23 | + background: url('icons/line.png') repeat-x left 8px | ||
24 | + display: block | ||
25 | + height: 75px | ||
26 | + margin: 25px 0 0 0 | ||
27 | + width: 100% | ||
22 | h1.title | 28 | h1.title |
29 | + background: #FFF | ||
23 | border-bottom: none | 30 | border-bottom: none |
24 | border-left: 10px solid #575959 | 31 | border-left: 10px solid #575959 |
25 | color: #575959 | 32 | color: #575959 |
33 | + display: block | ||
34 | + float: left | ||
26 | font-family: 'Ubuntu' | 35 | font-family: 'Ubuntu' |
27 | font-size: 22px | 36 | font-size: 22px |
28 | font-variant: normal | 37 | font-variant: normal |
29 | font-weight: 300 | 38 | font-weight: 300 |
30 | - margin: 25px 0 | 39 | + margin: 0 0 25px 0 |
31 | padding: 0 15px | 40 | padding: 0 15px |
32 | position: relative | 41 | position: relative |
33 | - &::after | ||
34 | - background: url('icons/line.png') repeat-x left center | ||
35 | - bottom: 0 | ||
36 | - content: "" | ||
37 | - left: 115px | ||
38 | - position: absolute | ||
39 | - right: 0 | ||
40 | - top: 5px | 42 | + width: auto |
43 | + .publishing-info | ||
44 | + display: block | ||
45 | + float: left | ||
46 | + width: 100% | ||
41 | #article | 47 | #article |
42 | font-family: 'Ubuntu' | 48 | font-family: 'Ubuntu' |
43 | font-size: 13px | 49 | font-size: 13px |
icons/line.png