# HG changeset patch # User Jeff Hammel # Date 1345001157 25200 # Node ID 47d387086ea7730e014ff7e8a6e8beb3ff936a4d # Parent 253abacf6bdf5b7648ab22b6dca6266992255244 better layout diff -r 253abacf6bdf -r 47d387086ea7 talosnames/templates/index.html --- a/talosnames/templates/index.html Mon Aug 13 22:40:45 2012 -0700 +++ b/talosnames/templates/index.html Tue Aug 14 20:25:57 2012 -0700 @@ -14,6 +14,10 @@ border: 1px solid black; } +table { +border-collapse: collapse; +} + dt { font-style: italic; font-weight: 550; @@ -48,12 +52,39 @@ } .disabled { -background-color: #AAA; +background-color: #BBB; +} + +.talosconfig { +width: 100%; +} + +#navigation { +list-style-type: none; +clear: right; +} + +#navigation li { +float: left; +padding: 0.4em; +} + +td.paint, td.chrome, td.tbpl { +text-align: center; +} + +table.talosconfig td { +width: 50%; +} + +.thfake { +width: 49.5%; +border: thin solid black; +float: left; } -