mobile css: remove div.d left margin

This commit is contained in:
joshua stein 2015-03-10 17:06:56 -05:00
parent 48d1b3a120
commit 9d8defb228

View file

@ -186,6 +186,10 @@
display: block;
width: 100% !important;
}
div.box div.d,
div.box.wide div.d {
margin-left: 0;
}
div.boxline textarea,
div.boxline input[type="text"],