[Rt-commit] r12744 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Thu May 29 13:17:07 EDT 2008


Author: jesse
Date: Thu May 29 13:17:04 2008
New Revision: 12744

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css

Log:
 r32027 at 31b:  jesse | 2008-05-29 13:15:33 -0400
 * fix weird wrapping issues in ticket history
 


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	Thu May 29 13:17:04 2008
@@ -122,7 +122,7 @@
 
 
 
-div#ticket-history td.content {
+div#ticket-history>td.content {
  position: relative;
  padding-right: 1em;
  font-size: 1.1em;
@@ -156,7 +156,7 @@
   color: #666;
 }
 
-div#ticket-history .messagebody {
+div#ticket-history>.messagebody {
  font-size: 1.1em;
  padding-left: 1em;
  margin-top: 0.5em;


More information about the Rt-commit mailing list