diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-08 20:01:29 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-08 20:01:29 +0200 |
| commit | 71d6973d350595ffbe29f5d791ec8972ccc23416 (patch) | |
| tree | 7fcea2a605fa7652c2df8092213cc9107321f728 /index.css | |
| parent | a6333604563ac36e510b6dc113336d3478fb4211 (diff) | |
| download | vortrag-knn-71d6973d350595ffbe29f5d791ec8972ccc23416.tar.gz vortrag-knn-71d6973d350595ffbe29f5d791ec8972ccc23416.zip | |
optimize further for 800x600
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 29 |
1 files changed, 7 insertions, 22 deletions
@@ -1,27 +1,12 @@ -/* reset */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} - h1, h2, h3, h4, h5, h6 { text-align: center; + color: #222; + line-height: 90%; +} + +body { + color: #444; + background-color: #EEEEEE; } .step { |
