mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Bring back style sheet HTML for planner output
This is a partial revert of commit 4f2a7dc972
("Remove default
stylesheet from planner output").
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b6ef70bc41
commit
5b8bde8e1e
1 changed files with 5 additions and 1 deletions
|
@ -89,7 +89,11 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="html">
|
||||
<string/>
|
||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Courier'; font-size:13pt; font-weight:400; font-style:normal;">
|
||||
</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue