1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-03-09 20:01:18 +00:00

base.css: add style for label

This commit is contained in:
Hidden Z 2010-11-12 20:17:05 +00:00
parent 215656bc4f
commit 79a394cc45

View File

@ -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;