This commit is contained in:
parent
8291755340
commit
583bf73c4d
3 changed files with 14 additions and 3 deletions
|
|
@ -163,6 +163,11 @@ void simple_stylesheet(FILE* out, const char* top) {
|
|||
fprintf(out, " font-family: Arial, Helvetica, sans-serif;\n");
|
||||
fprintf(out, "}\n");
|
||||
fprintf(out, "\n");
|
||||
fprintf(out, "hr {\n");
|
||||
fprintf(out, " border: none;\n");
|
||||
fprintf(out, " border-bottom: solid 1px #808080;\n");
|
||||
fprintf(out, "}\n");
|
||||
fprintf(out, "\n");
|
||||
|
||||
for(i = 0; i < sizeof(messages) / sizeof(messages[0]); i++) {
|
||||
fprintf(out, ".%s-message {\n", messages[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue