added spaces

This commit is contained in:
Andreas Preikschat 2011-05-30 07:03:46 +02:00
parent 22ad88d3ee
commit 0a2d97021c

View File

@ -42,44 +42,44 @@ http://doc.trolltech.com/4.7/richtext-html-subset.html#css-properties
*/ */
.serviceTitle { .serviceTitle {
font-weight:600; font-weight: 600;
font-size:x-large; font-size: x-large;
color:black; color: black;
} }
.item { .item {
color:black; color: black;
} }
.itemTitle { .itemTitle {
font-weight:600; font-weight: 600;
font-size:large; font-size: large;
} }
.itemText { .itemText {
margin-top:10px; margin-top: 10px;
} }
.itemFooter { .itemFooter {
font-size:8px; font-size: 8px;
} }
.itemNotes {} .itemNotes {}
.itemNotesTitle { .itemNotesTitle {
font-weight:bold; font-weight: bold;
font-size:12px; font-size: 12px;
} }
.itemNotesText { .itemNotesText {
font-size:11px; font-size: 11px;
} }
.media {} .media {}
.mediaTitle { .mediaTitle {
font-weight:bold; font-weight: bold;
font-size:11px; font-size: 11px;
} }
.mediaText {} .mediaText {}
@ -87,20 +87,20 @@ http://doc.trolltech.com/4.7/richtext-html-subset.html#css-properties
.imageList {} .imageList {}
.customNotes { .customNotes {
margin-top:10px; margin-top: 10px;
} }
.customNotesTitle { .customNotesTitle {
font-weight:bold; font-weight: bold;
font-size:11px; font-size: 11px;
} }
.customNotesText { .customNotesText {
font-size:11px; font-size: 11px;
} }
.newPage { .newPage {
page-break-before:always; page-break-before: always;
} }
""" """