diff options
Diffstat (limited to 'examples/webkit/webkit-guide')
-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; } |