Added rst2html code to convert issue text to HTML and display nicely.
This commit is contained in:
24
pit-swing/griffon-app/resources/default-issue.css
Normal file
24
pit-swing/griffon-app/resources/default-issue.css
Normal file
@ -0,0 +1,24 @@
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-size: small;
|
||||
}
|
||||
h1 {
|
||||
font-size: medium;
|
||||
text-decoration: underline;
|
||||
}
|
||||
h2 {
|
||||
font-size: small;
|
||||
}
|
||||
h3 {
|
||||
font-size: small;
|
||||
font-style: italic;
|
||||
}
|
||||
h4 {
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
table,th,td{
|
||||
border-style: solid;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user