diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-18 18:01:56 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-18 18:01:56 (GMT) |
commit | b26f28dbdf994496089b9f398afa4ed1b91ccab2 (patch) | |
tree | 693b046d98999939cba801317f6cf6a72734bf43 /doc/src/template/style/style.css | |
parent | 6ff22762df68d60288cdc95b9359ca2544bd7bbe (diff) | |
download | Qt-b26f28dbdf994496089b9f398afa4ed1b91ccab2.zip Qt-b26f28dbdf994496089b9f398afa4ed1b91ccab2.tar.gz Qt-b26f28dbdf994496089b9f398afa4ed1b91ccab2.tar.bz2 |
Adding revised landing page with style and image changes.
Diffstat (limited to 'doc/src/template/style/style.css')
-rwxr-xr-x | doc/src/template/style/style.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 6c63360..4cb8fef 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -146,13 +146,13 @@ } th { - padding: 5px 15px 5px 15px; + padding: 5px 15px 5px 10px; background-color: #E1E1E1; border-left: 1px solid #E6E6E6; } td { - padding: 3px 15px 3px 20px; + padding: 3px 15px 3px 10px; } tr.odd td:hover, tr.even td:hover {} @@ -1382,6 +1382,10 @@ font: normal bold 13px/1 Verdana; } + .content .normallist li + { + font: normal 13px/1 Verdana; + } .indexbox a:hover, .indexbox a:visited:hover { color: #4c0033; @@ -1418,6 +1422,13 @@ background: url(../images/sprites-combined.png) no-repeat -111px -376px; padding: 0; } + .indexbox.tools .indexIcon2 + { + width: 115px; + height: 137px; + background: url(../images/sprites-combined.png) no-repeat -111px -376px; + padding: 0; + } .indexboxcont:after { content: "."; |