Skip to content

Commit

Permalink
Tweak stylesheet in HTML output of RMG.
Browse files Browse the repository at this point in the history
In some cases I think this is an improvement; in others perhaps not.
Not very important anyway.
  • Loading branch information
rwest committed Jun 8, 2011
1 parent fbcd20c commit 789a1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmgpy/rmg/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def saveOutputHTML(path, reactionModel):
text-decoration: underline;
}
table.speciesList, table.reactionList {
width: 100%;
# width: 100%;
border-collapse: collapse;
}
table.speciesList th, table.reactionList th {
Expand All @@ -146,7 +146,7 @@ def saveOutputHTML(path, reactionModel):
font-size: small;
}
.KineticsData {
border: 1px solid grey;
# border: 1px solid grey;
}
.KineticsData th { width: 11em;}
.KineticsData td {
Expand Down

0 comments on commit 789a1ad

Please sign in to comment.