Fix borders, paddings and margins on asciicast page

private-asciicasts
Marcin Kulik 9 years ago
parent 3097292bd5
commit c34af6de4c

@ -48,7 +48,6 @@
section.meta section.meta
padding: 0 padding: 0
border-bottom: 1px solid #ddd
color: #666 color: #666
.meta-list .meta-list
@ -81,11 +80,10 @@
section.description section.description
padding: 0 padding: 0
border-bottom: 1px solid #eee border-top: 0
.content .content
padding-bottom: 20px margin: 20px 0
margin-top: 20px
h1 h1
font-size: 22px font-size: 22px

@ -62,13 +62,11 @@ section.cinema
section.odd, section.even section.odd, section.even
padding: 20px 0 padding: 20px 0
border-bottom: 1px solid #ddd
section.odd section.odd
background-color: #fff background-color: #fff
border-top: 1px solid #e0e0e0
section.even:last-child, section.odd:last-child border-bottom: 1px solid #e0e0e0
border-bottom: 0
a a
color: $link-color color: $link-color

Loading…
Cancel
Save