Browse Source

base.css: add style for label

pull/1/head
Hidden Z 14 years ago
parent
commit
79a394cc45
  1. 9
      pyi2phosts/static/base.css

9
pyi2phosts/static/base.css

@ -9,6 +9,15 @@ input, textarea { @@ -9,6 +9,15 @@ input, textarea {
color: #000;
border: 1px solid #000;
}
label {
width: 8em;
float: top;
text-align: left;
margin-right: 1em;
display: block;
}
a {
background: inherit;
color: #6E735E;

Loading…
Cancel
Save