summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-03-15 16:45:42 +0100
committerJerome Pasion <jerome.pasion@nokia.com>2011-03-15 16:45:42 +0100
commitf86f4314e1b2afc90c01eb984bc402452fbd84d7 (patch)
treebcb1158051ee85b7ea952d3223176840374fcd79 /examples
parent3396a1a750dd729aff9cb618510662f37954379d (diff)
Fixed style issues with QtWebKit guide and examples.
Diffstat (limited to 'examples')
-rw-r--r--examples/webkit/webkit-guide/_index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/webkit/webkit-guide/_index.html b/examples/webkit/webkit-guide/_index.html
index 28300838b5..709f951c8f 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;
}