X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=ceb0d50f0d5448fc66a15ae81fe6172621e64563;hb=74f3c8399c93de554d6885412008a00bf2752640;hp=86d9122d06a47b7870f874b633e43213ed4977b7;hpb=0384794140af8472f9a280b23d664092fedbb232;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 86d9122..ceb0d50 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -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; +}