##// END OF EJS Templates
fix more style consistencies
Paul Ivanov -
Show More
@@ -49,5 +49,11 b' div.cell.text_cell.rendered {'
49 49 .cm-s-heading-2 { font-size: 130%; }
50 50 .cm-s-heading-3 { font-size: 120%; }
51 51 .cm-s-heading-4 { font-size: 110%; }
52 .cm-s-heading-5 { font-size: 100%; }
53 .cm-s-heading-6 { font-size: 90%; }
52 .cm-s-heading-5 {
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 1150 .cm-s-heading-5 {
1151 1151 font-size: 100%;
1152 font-style: italic;
1152 1153 }
1153 1154 .cm-s-heading-6 {
1154 1155 font-size: 90%;
1156 font-style: italic;
1155 1157 }
1156 1158 .widget-area {
1157 1159 /*
@@ -8773,9 +8773,11 b' div.cell.text_cell.rendered {'
8773 8773 }
8774 8774 .cm-s-heading-5 {
8775 8775 font-size: 100%;
8776 font-style: italic;
8776 8777 }
8777 8778 .cm-s-heading-6 {
8778 8779 font-size: 90%;
8780 font-style: italic;
8779 8781 }
8780 8782 .widget-area {
8781 8783 /*
General Comments 0
You need to be logged in to leave comments. Login now