]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
added ability to switch back and forth between mobile and non-mobile interface on iphone
[bluechips.git] / bluechips / public / css / main.css
index f3440c6f903968dd180d497c7b1047e2fa5debfa..d941e6626811ed955ba8553259505b75b479034b 100644 (file)
@@ -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;
 }
@@ -120,3 +123,8 @@ input.currency {
 span.see-all {
     font-size: 0.7em;
 }
+#mobile {
+    padding: 5px;
+    font-weight: bold;
+    border-bottom: 1px solid #bbb;
+}