Browse Source

Update copyright year; more CSS tweaks.

master
Ben Kurtovic 8 years ago
parent
commit
17abf2d505
2 changed files with 17 additions and 1 deletions
  1. +1
    -1
      LICENSE
  2. +16
    -0
      static/style.css

+ 1
- 1
LICENSE View File

@@ -1,4 +1,4 @@
Copyright (c) 2009-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
Copyright (c) 2009-2016 Ben Kurtovic <ben.kurtovic@gmail.com>


Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal


+ 16
- 0
static/style.css View File

@@ -184,6 +184,13 @@ table#cv-chain-table {
table-layout: fixed; table-layout: fixed;
} }


table#turnitin-table {
table-layout: fixed;
width: 100%;
word-wrap: break-word;
border-spacing: 0;
}

tr#source-row-selected { tr#source-row-selected {
background-color: #CFCFCF !important; background-color: #CFCFCF !important;
} }
@@ -221,6 +228,15 @@ td#cv-inner-col3 {
width: 76%; 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 { h2#cv-result-header {
margin: 0; margin: 0;
} }


Loading…
Cancel
Save