Skip to content

Commit

Permalink
Fix issue #57: rendering colors for optional text
Browse files Browse the repository at this point in the history
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
goneall committed Oct 16, 2019
1 parent a8c187b commit 0bbc060
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spdx</groupId>
<artifactId>licenseListPublisher</artifactId>
<version>2.1.21</version>
<version>2.1.22</version>
<name>License List Publisher</name>
<description>Tool that generates license data found in the license-list-data repository from the license-list-XML source</description>
<licenses>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-tools</artifactId>
<version>2.1.19</version>
<version>2.1.20</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
8 changes: 0 additions & 8 deletions resources/htmlTemplate/ExceptionHTMLTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
font-size: 1.5em;
}

#page p {
color: #58595b;
}

#page th {
color: #58595b;
}

a, a:visited, a:hover {
color: #4597cb;
}
Expand Down
8 changes: 0 additions & 8 deletions resources/htmlTemplate/LicenseHTMLTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
font-size: 1.5em;
}

.page p {
color: #58595b;
}

.page th {
color: #58595b;
}

a, a:visited, a:hover {
color: #4597cb;
}
Expand Down

0 comments on commit 0bbc060

Please # to comment.