From 66a90f0f8ae6bcbf0ac5e784684ab5ba701f65cd Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 20 Jan 2016 02:41:53 -0600 Subject: [PATCH] Classes, not IDs. --- static/style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/static/style.css b/static/style.css index 52c5560..de16c55 100644 --- a/static/style.css +++ b/static/style.css @@ -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%; }