Show More
@@ -49,5 +49,11 b' div.cell.text_cell.rendered {' | |||||
49 | .cm-s-heading-2 { font-size: 130%; } |
|
49 | .cm-s-heading-2 { font-size: 130%; } | |
50 | .cm-s-heading-3 { font-size: 120%; } |
|
50 | .cm-s-heading-3 { font-size: 120%; } | |
51 | .cm-s-heading-4 { font-size: 110%; } |
|
51 | .cm-s-heading-4 { font-size: 110%; } | |
52 |
.cm-s-heading-5 { |
|
52 | .cm-s-heading-5 { | |
53 |
|
|
53 | font-size: 100%; | |
|
54 | font-style: italic; | |||
|
55 | } | |||
|
56 | .cm-s-heading-6 { | |||
|
57 | font-size: 90%; | |||
|
58 | font-style: italic; | |||
|
59 | } |
@@ -1149,9 +1149,11 b' div.cell.text_cell.rendered {' | |||||
1149 | } |
|
1149 | } | |
1150 | .cm-s-heading-5 { |
|
1150 | .cm-s-heading-5 { | |
1151 | font-size: 100%; |
|
1151 | font-size: 100%; | |
|
1152 | font-style: italic; | |||
1152 | } |
|
1153 | } | |
1153 | .cm-s-heading-6 { |
|
1154 | .cm-s-heading-6 { | |
1154 | font-size: 90%; |
|
1155 | font-size: 90%; | |
|
1156 | font-style: italic; | |||
1155 | } |
|
1157 | } | |
1156 | .widget-area { |
|
1158 | .widget-area { | |
1157 | /* |
|
1159 | /* |
@@ -8773,9 +8773,11 b' div.cell.text_cell.rendered {' | |||||
8773 | } |
|
8773 | } | |
8774 | .cm-s-heading-5 { |
|
8774 | .cm-s-heading-5 { | |
8775 | font-size: 100%; |
|
8775 | font-size: 100%; | |
|
8776 | font-style: italic; | |||
8776 | } |
|
8777 | } | |
8777 | .cm-s-heading-6 { |
|
8778 | .cm-s-heading-6 { | |
8778 | font-size: 90%; |
|
8779 | font-size: 90%; | |
|
8780 | font-style: italic; | |||
8779 | } |
|
8781 | } | |
8780 | .widget-area { |
|
8782 | .widget-area { | |
8781 | /* |
|
8783 | /* |
General Comments 0
You need to be logged in to leave comments.
Login now