compatibility fix

This commit is contained in:
Robin Buse 2011-08-16 14:31:37 +03:00
parent a9f1d27267
commit 21c0335737

View file

@ -73,8 +73,8 @@
font-size: 15px
}
input[type="text"] {
width: 196px;
padding: 8px 95px 8px 10px;
width: 243px;
padding: 9px 47px 9px 10px;
background: #fff;
border: 1px solid #bbb;
outline: none;
@ -90,6 +90,7 @@
input[type="submit"]::-moz-focus-inner {
border: 0
}
@media screen and (-webkit-min-device-pixel-ratio:0){ input[type="submit"] {padding: 8px} }
</style>
<link href="static/custom/index.css" rel="stylesheet">
<script src="static/custom/index.js"></script>