]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
Make all resource URLs relative to the script_name variable.
[bluechips.git] / bluechips / public / css / main.css
index 86d9122d06a47b7870f874b633e43213ed4977b7..ceb0d50f0d5448fc66a15ae81fe6172621e64563 100644 (file)
@@ -116,10 +116,15 @@ span.error-message {
 }
 input.currency {
     padding-left: 10px;
-    background-image: url(/icons/currency-small.png);
+    background-image: url(../icons/currency-small.png);
     background-repeat: no-repeat;
     background-position: center left;
 }
 span.see-all {
     font-size: 0.7em;
 }
+#mobile {
+    padding: 5px;
+    font-weight: bold;
+    border-bottom: 1px solid #bbb;
+}