[Rt-commit] r3617 - in rt/branches/3.5-TESTING: . html/NoAuth/css/3.5-default

trs at bestpractical.com trs at bestpractical.com
Sat Aug 6 19:48:42 EDT 2005


Author: trs
Date: Sat Aug  6 19:48:42 2005
New Revision: 3617

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
Log:
 r5710 at wintermute:  tom | 2005-08-06 19:48:25 -0400
 Eliminate extra margin whitespace around action results list


Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css	Sat Aug  6 19:48:42 2005
@@ -76,3 +76,8 @@
 }
 
 .clear { clear: both; }
+
+ul.action-results {
+    margin-top: 0;
+    margin-bottom: 0;
+}


More information about the Rt-commit mailing list