X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=86d9122d06a47b7870f874b633e43213ed4977b7;hb=c603bfc958822b4226bdadc9423f5d2ee36074be;hp=f3440c6f903968dd180d497c7b1047e2fa5debfa;hpb=8b9b5748103994f0896d93d90537811abeb8213c;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index f3440c6..86d9122 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -10,7 +10,7 @@ em { font-style: italic; } a { - color: #068600; + color: #002286; } h1.title { font-size: 1.5em; @@ -29,7 +29,7 @@ a:visited { text-align: center; } #nav td { - padding: 5px 20px; + padding: 5px 15px; } table { border-collapse: collapse; @@ -42,6 +42,9 @@ div.block { padding: 0 10px; border-bottom: 1px solid #bbb; } +table.form { + margin-bottom: 10px; +} table.form th { text-align: right; }