summaryrefslogtreecommitdiffstats
path: root/doc/src/template
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2011-01-04 13:54:26 (GMT)
committerMartin Smith <martin.smith@nokia.com>2011-01-04 13:54:26 (GMT)
commit04a3fdb6a243e00b809d3e81264fce077121862b (patch)
treea6b0ecc98079284543b6dff6a2d4669a46008c4f /doc/src/template
parent527ad2dde3379e42d8831783c37c470e0f23a2f1 (diff)
downloadQt-04a3fdb6a243e00b809d3e81264fce077121862b.zip
Qt-04a3fdb6a243e00b809d3e81264fce077121862b.tar.gz
Qt-04a3fdb6a243e00b809d3e81264fce077121862b.tar.bz2
qdoc: Replaced many raw-html cases with \div {something}.
Diffstat (limited to 'doc/src/template')
-rwxr-xr-xdoc/src/template/style/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index d623bd4..4005a8a 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -185,6 +185,18 @@
{
float: right; margin-left: 2em
}
+ div.clear-both
+ {
+ clear: both
+ }
+ div.clear-left
+ {
+ clear: left
+ }
+ div.clear-right
+ {
+ clear: right
+ }
span.comment
{