Index: sitescripts/reports/template/submitSuccess.html |
=================================================================== |
--- a/sitescripts/reports/template/submitSuccess.html |
+++ b/sitescripts/reports/template/submitSuccess.html |
@@ -13,16 +13,25 @@ |
- |
- You should have received a copy of the GNU General Public License |
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
--> |
<html xmlns="http://www.w3.org/1999/xhtml"> |
<head> |
<title>Report submission</title> |
+ <style type="text/css"> |
+body |
+{ |
+ font-family: Segoe UI, Arial, sans-serif; |
+ font-size: 20px; |
+ color: #494949; |
+ background-color: #ffffff; |
+} |
+ </style> |
</head> |
<body> |
{% if knownIssues -%} |
<p><strong>%KNOWNISSUE%</strong> |
{%- for issue in knownIssues -%} |
<br /><a target="_top" href="{{issue}}">{{issue}}</a> |
{%- endfor -%} |
</p> |