diff options
-rw-r--r-- | template/en/default/list/server-push.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index 2cdd95646..c4a3a8455 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -14,9 +14,11 @@ <html> <head> <title>[% terms.Bugzilla %] is pondering your search</title> + <link href="[% 'skins/standard/global.css' FILTER mtime %]" + rel="stylesheet" type="text/css"> </head> <body> - <h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1> + <h1 style="margin-top: 20%; text-align: center; font-size: xx-large;">Please stand by ...</h1> [% IF debug %] <p>[% query FILTER html %]</p> |