Fix for bad alignment in input boxes. This is a hangup from an the old stylesheet. Not needed with bootstrap

This commit is contained in:
laf
2015-04-02 21:01:45 +01:00
parent 1a8c76268c
commit 94d1c03ca9

View File

@@ -71,17 +71,6 @@ ul ul ul { list-style: square outside; }
border-color: #000;
}
input,select {
background: #FFFFFF url('/images/textbg.png') repeat-x scroll 0 0;
font-size: 1em;
border: 1px solid #B2B2B2;
border-color: #B2B2B2 #d2d2d2 #d2d2d2 #B2B2B2;
border-style: solid;
border-width: 1px;
margin: 1px;
padding: 1px;
}
.rounded {
display:block;
}