diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-26 00:24:48 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-26 00:24:48 +0100 |
| commit | e2388422822ba47b4ef091215ca8b4e3c12cdf19 (patch) | |
| tree | c7a7a964b6754231f4ce28962dda5f6e1734ab48 /ishtar/templates/sheet.html | |
| parent | 1992da6a916bff1a1f98e5b4f281a80a3177884d (diff) | |
| download | Ishtar-e2388422822ba47b4ef091215ca8b4e3c12cdf19.tar.bz2 Ishtar-e2388422822ba47b4ef091215ca8b4e3c12cdf19.zip | |
Process differently to generate ODT file (refs #227). Specific CSS for export.
Diffstat (limited to 'ishtar/templates/sheet.html')
| -rw-r--r-- | ishtar/templates/sheet.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar/templates/sheet.html b/ishtar/templates/sheet.html index a93b193e0..c157b61a0 100644 --- a/ishtar/templates/sheet.html +++ b/ishtar/templates/sheet.html @@ -8,6 +8,7 @@ <title>{% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} </title> <link rel="stylesheet" href="{{MEDIA_URL}}/media/style.css" /> + <link rel="stylesheet" href="{{MEDIA_URL}}/media/style_basic.css" /> </head> <body> {% endblock %} |
