You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/12/15 17:36:29 UTC

[isis] 03/04: ISIS-1795: fixes heading color for error page

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit fa900a23ce2bcc50a19850e5deab9b4490b893ff
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Dec 15 17:31:41 2017 +0000

    ISIS-1795: fixes heading color for error page
---
 .../apache/isis/viewer/wicket/ui/errors/ExceptionStackTracePanel.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/errors/ExceptionStackTracePanel.html b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/errors/ExceptionStackTracePanel.html
index 79a39af..9cb573f 100644
--- a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/errors/ExceptionStackTracePanel.html
+++ b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/errors/ExceptionStackTracePanel.html
@@ -27,7 +27,7 @@
             <div class="exceptionStackTracePanel">
                 <div class="errorInfo clear">
                     <div class="panel">
-                        <div class="panel-heading">
+                        <div>
                             <h2 class="mainMessage">
                                 <span class="fa fa-fw fa-warning fontAwesomeIcon" style="color:#C9302C;"></span>
                                 <span wicket:id="mainMessage">[main message text]</span>

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.