Browse Source

Classes, not IDs.

master
Ben Kurtovic 8 years ago
parent
commit
66a90f0f8a
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      static/style.css

+ 9
- 9
static/style.css View File

@@ -228,15 +228,6 @@ td#cv-inner-col3 {
width: 76%;
}

td#turnitin-table-cell {
padding: 0.5em 0 0.3em 0;
}

td#turnitin-table-cell ul {
margin: 0.2em 0 0 0;
line-height: 1.4;
}

h2#cv-result-header {
margin: 0;
}
@@ -326,6 +317,15 @@ td.cv-chain-cell:last-child {
padding-left: 5px;
}

td.turnitin-table-cell {
padding: 0.5em 0 0.3em 0;
}

td.turnitin-table-cell ul {
margin: 0.2em 0 0 0;
line-height: 1.4;
}

input.cv-text {
width: 100%;
}


Loading…
Cancel
Save