diff options
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 9b5e2c4..4fa05a4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -38,6 +38,14 @@ color: red; } + .defroute { + background-color: #afa; + } + + td { + border-bottom: 2px solid black; + } + .no-aa img[role=presentation] { image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED */ image-rendering: -moz-crisp-edges; /* Firefox */ |