Better form styling

This commit is contained in:
Trever Fischer
2012-03-10 22:01:26 -05:00
parent 0ae6369ec2
commit 8900530b91

View File

@@ -227,8 +227,9 @@ tr.sticky a:link {
margin: 0;
}
#content input[type="text"], #content textarea {
#content input, #content textarea {
width: 100%;
margin-bottom: 1em;
}
#footer {
@@ -275,3 +276,8 @@ tr.sticky a:link {
#localnav ul li {
float: left;
}
fieldset {
background-color:#111;
border: 1px solid black;
}