Sort out table layout and rejig where state_key is placed.

This commit is contained in:
Kegan Dougal 2015-05-26 10:40:04 +01:00
parent 003ca35bf6
commit dc5c01607b
2 changed files with 11 additions and 4 deletions

View file

@ -268,3 +268,9 @@ li dd ul {
margin-bottom: 0;
}
table {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-collapse: collapse;
}