You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2011/11/16 11:45:03 UTC

svn commit: r1202625 - /incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add

Author: rgardler
Date: Wed Nov 16 10:45:03 2011
New Revision: 1202625

URL: http://svn.apache.org/viewvc?rev=1202625&view=rev
Log:
fix unclosed style

Modified:
    incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add

Modified: incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add?rev=1202625&r1=1202624&r2=1202625&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add (original)
+++ incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add Wed Nov 16 10:45:03 2011
@@ -62,7 +62,7 @@
   width: 25%;
   font-size: 80%;
 }
-
+ 
 .description {
   float:left;
   width: 100%;
@@ -110,4 +110,4 @@
 .ui-field-contain {
     border-bottom-width: 0px;
     margin: 0.5em 0;
-
+}