View | Details | Raw Unified | Return to bug 186858
Collapse All | Expand All

(-)share/misc/docbook.css (-2 / +10 lines)
Lines 120-134 Link Here
120
}
126
}
121
127
122
dl {
128
dl {
123
	margin: .8em 0;
129
	margin: .4em 0 0 0;
124
	line-height: 1.2;
130
	line-height: 1.2;
125
}
131
}
126
132
127
dt {
133
dt {
128
	font-weight: bold;
134
	font-weight: bold;
129
	margin-top: 1em;
135
	margin: 0.4em 0 0 0;
130
}
136
}
131
137
138
div.abstract div.abstract-title,
139
div.toc div.toc-title,
140
div.list-of-figures div.toc-title,
141
div.list-of-tables div.toc-title,
142
div.list-of-examples div.toc-title {
143
	font-size: 115%;
144
}
145
132
div.calloutlist dt {
146
div.calloutlist dt {
133
	float: left;
147
	float: left;
134
	width: 1em;
148
	width: 1em;

Return to bug 186858