Mercurial > zeropaste
comparison app/assets/stylesheets/tabs.scss @ 187:f0ffe17469a1
Set margin for markdown tab content to 0.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sat, 23 Feb 2013 13:24:40 +0900 |
parents | c9dc1eeeea9a |
children | 45ec309a3fa8 |
comparison
equal
deleted
inserted
replaced
186:7fe6d976d1a1 | 187:f0ffe17469a1 |
---|---|
7 $baseFontSize: $baseFontSize_orig * 0.8; | 7 $baseFontSize: $baseFontSize_orig * 0.8; |
8 $baseLineHeight: $baseLineHeight_orig * 0.8; | 8 $baseLineHeight: $baseLineHeight_orig * 0.8; |
9 | 9 |
10 .well { | 10 .well { |
11 background-color: darken(white, 2%); | 11 background-color: darken(white, 2%); |
12 } | |
13 | |
14 p { | |
15 margin: 0; | |
12 } | 16 } |
13 | 17 |
14 // copypasta from bootstrap's type.scss | 18 // copypasta from bootstrap's type.scss |
15 h1, | 19 h1, |
16 h2, | 20 h2, |