diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-15 15:45:42 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-15 15:45:42 (GMT) |
commit | f86f4314e1b2afc90c01eb984bc402452fbd84d7 (patch) | |
tree | bcb1158051ee85b7ea952d3223176840374fcd79 /examples | |
parent | 3396a1a750dd729aff9cb618510662f37954379d (diff) | |
download | Qt-f86f4314e1b2afc90c01eb984bc402452fbd84d7.zip Qt-f86f4314e1b2afc90c01eb984bc402452fbd84d7.tar.gz Qt-f86f4314e1b2afc90c01eb984bc402452fbd84d7.tar.bz2 |
Fixed style issues with QtWebKit guide and examples.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/webkit/webkit-guide/_index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/webkit/webkit-guide/_index.html b/examples/webkit/webkit-guide/_index.html index 2830083..709f951 100644 --- a/examples/webkit/webkit-guide/_index.html +++ b/examples/webkit/webkit-guide/_index.html @@ -16,12 +16,12 @@ <style> div.header, div.toolbar, div.feedback, div#feedbackBox, div.footer, div.sidebar { display: none; background: pink } -div.toc { - background: #dddddd; - border: thin solid #777777; - padding: 1em; - border-radius: 1em; - margin: 1em +div.toc { + background: #dddddd; + border: thin solid #777777; + padding: 1em; + border-radius: 1em; + margin: 1em } div.toc li:before { color: lightcoral; text-transform: uppercase; } h3 { border-top: thick pink solid } @@ -37,7 +37,7 @@ table { border: solid #777777 thin } tr:nth-of-type(even) { background: beige } tr:nth-of-type(odd) { background: lightblue } th { - background: #777777; + background: #777777; color: #ffffff; } |