diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-14 15:07:48 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-14 15:07:48 (GMT) |
commit | cbfeb79c80a774166e016e7c879bba465ffc0496 (patch) | |
tree | e8242de08e3a0e27d86782ea9cc694260411bff1 /doc/src/template | |
parent | bf835c2e69b3bc37145e572f68554bf771eeec3f (diff) | |
download | Qt-cbfeb79c80a774166e016e7c879bba465ffc0496.zip Qt-cbfeb79c80a774166e016e7c879bba465ffc0496.tar.gz Qt-cbfeb79c80a774166e016e7c879bba465ffc0496.tar.bz2 |
Doc: Used div elements for floats, updated the style sheet.
Diffstat (limited to 'doc/src/template')
-rwxr-xr-x | doc/src/template/style/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 04d8c05..d623bd4 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -176,7 +176,16 @@ { /* background-color: #E6E6E6;*/ /* disabled until further notice */ } - + + div.float-left + { + float: left; margin-right: 2em + } + div.float-right + { + float: right; margin-left: 2em + } + span.comment { color: #008B00; |