From bdf61198e1667533d58ecb57952cabf51a3b0665 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 14 2013 15:45:37 +0000 Subject: Update mantis-1.1.8-5.el5 theme. - Display break lines inside paragraphs as block when they are inside the
definition. This fix the ugly look of one-long-line message when you entered a wrong password. --- diff --git a/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css b/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css index 8970edc..2d05f48 100644 --- a/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css +++ b/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css @@ -283,6 +283,7 @@ br, hr { display: none;} /* Show br and hr tags only when it is absolutely needed. */ div.center > br, div[align="center"] > br, +div[align="center"] > p > br, tt > br, hr.pageline { display: block;}