pit/pit-swing/griffon-app/resources/default-issue.css
2011-05-27 10:25:57 -05:00

23 lines
273 B
CSS
Executable File

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;
}