Skip to content

Commit

Permalink
remove unused macros and classes
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Jan 7, 2016
1 parent f09bed6 commit 17534e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions comparison.dd
Expand Up @@ -108,8 +108,3 @@ $(ITEMIZE

Macros:
TITLE=Features Overview
NO=<td class="compNo">No</td>
NO1=<td class="compNo"><a href="$1">No</a></td>
YES=<td class="compYes">Yes</td>
YES1=<td class="compYes"><a href="$1">Yes</a></td>

21 changes: 0 additions & 21 deletions css/style.css
Expand Up @@ -1168,27 +1168,6 @@ div.changelog-nav
}


/* These are for comparison.html */
table.comp /* "comparison with D": table */
{
background-color:#e9e6dd;
}
table.comp a
{
color: black;
}
td.compNo /* comparison with D: "NO" */
{
background-color:red;
text-align:center;
}
td.compYes /* comparison with D: "YES" */
{
background-color:#00FF00;
text-align:center;
}


.leadingrow {
background-color: #E4E9EF;
font-size: 110%;
Expand Down

0 comments on commit 17534e0

Please sign in to comment.