Skip to content

Commit

Permalink
Update sos -> HTML style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Jul 14, 2017
1 parent 36e7348 commit c7cc33a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/sos/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,38 +248,42 @@
}
.sos-comment {
background: #f7f7f7;
/* background: #f7f7f7; */
}
.sos-report {
background: #FAFAD2;
padding-top: 5px;
}
.sos-header {
margin-top: 20px;
margin-top: 5px;
margin-bottom: 0px;
padding-top: 5px;
background-color: #C0C0C0;
border-bottom-color: #dde4e6;
padding-bottom: 5px;
background-color: #ddd;
/* border-bottom-color: #dde4e6; */
color: darkblue;
border-top-style: solid;
}
.sos-directive {
padding-top: 5px;
background-color: #fff9ea;
/* background-color: #fff9ea; */
border-color: #f1c0c0;
}
.sos-statement {
padding-top: 5px;
background-color: #f2f9fc;
/* background-color: #f2f9fc; */
}
.sos-error {
background: #ffdddd;
/* background: #ffdddd; */
color: red;
}
.sos-script {
position: relative;
padding-right: 10px;
padding-left: 30px;
vertical-align: top;
background-color: #eff0f1;
/* background-color: #eff0f1; */
}
Expand Down

0 comments on commit c7cc33a

Please sign in to comment.