Browse Source

Fix border spacing a bit.

pull/24/head
Ben Kurtovic 10 years ago
parent
commit
c8f92bcd0c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/style.css

+ 1
- 1
static/style.css View File

@@ -64,7 +64,7 @@ table#cv-form {

table#cv-chain-table {
width: 100%;
border-spacing: 10px;
border-spacing: 10px 0;
}

td#head-settings {


Loading…
Cancel
Save