Mercurial > zeropaste
annotate app/assets/stylesheets/tabs.scss @ 179:b1aa7865bc7f
Added paste id data to markup.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Fri, 01 Feb 2013 22:37:06 +0700 |
parents | c9dc1eeeea9a |
children | f0ffe17469a1 |
rev | line source |
---|---|
152 | 1 #markdown { |
2 // copypasta from bootstrap's variables.scss | |
3 $baseFontSize_orig: 14px; | |
4 $baseLineHeight_orig: 20px; | |
5 | |
6 // reduce for paste show | |
7 $baseFontSize: $baseFontSize_orig * 0.8; | |
8 $baseLineHeight: $baseLineHeight_orig * 0.8; | |
9 | |
10 .well { | |
11 background-color: darken(white, 2%); | |
12 } | |
13 | |
14 // copypasta from bootstrap's type.scss | |
15 h1, | |
16 h2, | |
17 h3 { line-height: $baseLineHeight * 2; } | |
18 | |
19 // more copypasta from bootstrap's type.scss | |
20 h1 { font-size: $baseFontSize * 2.75; } | |
21 h2 { font-size: $baseFontSize * 2.25; } | |
22 h3 { font-size: $baseFontSize * 1.75; } | |
23 h4 { font-size: $baseFontSize * 1.25; } | |
24 h5 { font-size: $baseFontSize; } | |
25 h6 { font-size: $baseFontSize * 0.85; } | |
119
52fa2536a102
Set bg color for markdown to white.
Edho Arief <edho@myconan.net>
parents:
117
diff
changeset
|
26 } |