svn commit: r1644001 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/pelt/css/pelt.screen.css

[email protected] Tue, 09 Dec 2014 08:58:17 -0000
Newsgroups gmane.text.xml.forrest.cvs
Message-ID <[email protected]>
Author: sjur
Date: Tue Dec  9 08:58:17 2014
New Revision: 1644001

URL: http://svn.apache.org/r1644001
Log:
Slight simplification of the css, whitespace change for increased readability.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/pelt/css/pelt.screen.css

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/pelt/css/pelt.screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/pelt/css/pelt.screen.css?rev=1644001&r1=1644000&r2=1644001&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/pelt/css/pelt.screen.css (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/pelt/css/pelt.screen.css Tue Dec  9 08:58:17 2014
@@ -16,7 +16,8 @@
 */
 
 body { 
-    margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif;
+    margin: 0px ;
+    font-family: Verdana, Helvetica, sans-serif;
     background-color: #FFFFFF;
     color: #000000;
 }