More classic manoeuvres

This commit is contained in:
z3d
2009-08-03 19:09:21 +00:00
parent 32c143f8d7
commit cce72a5f1b
2 changed files with 16 additions and 2 deletions

View File

@ -356,7 +356,7 @@ select {
submit {
margin: 3px 5px 3px 5px;
padding 0 2px;
padding 2px 0;
}
p {

View File

@ -14,7 +14,7 @@ div.configure {
text-align: center;
}
div.configure p {
div.configure p, div.configure table {
text-align: justify;
}
@ -129,4 +129,18 @@ div.warning {
.langbox {
margin: 22px -20px 0px 5px;
}
td {
text-align: left;
}
th {
text-align: left;
padding-left: 3px;
padding-right: 1px;
}
div.configure hr{
margin: 10px 0 15px 0;
}