Remove some obsolete 'form_content' styles. We don't use them with Bootstrap anymore.

This commit is contained in:
Roland Jesse 2012-06-10 22:43:17 +02:00
parent 3d08365203
commit eda82a620e

View file

@ -288,38 +288,11 @@ form fieldset.login {
.controls { margin-bottom: 3px; }
.form_content fieldset {
background: #efe;
}
.form_content legend {
color: #dfd;
background: #141;
font-family: sans-serif;
padding: 0.2em 1em;
}
.form_content label {
width: 5em;
float: left;
text-align: right;
padding-top: 0.2em;
padding-right: 0.1em;
display: block;
}
label {
color: #777777;
font-size: 13px;
}
.form_content select, .form_content textarea, .form_content input {
margin-left: 0.5em;
}
.form_content div {
margin: 0.5em 0;
}
/* tag clouds */
.tagcloud1 { font-size: 1.0em; text-decoration: none; }
.tagcloud2 { font-size: 1.2em; text-decoration: none; }