r21077 - htdocs/branches/beta/externals - Tweak main feature panel in home page.

Cristian Marchi cmarchi at code.gnucash.org
Tue Aug 2 08:08:39 EDT 2011


Author: cmarchi
Date: 2011-08-02 08:08:39 -0400 (Tue, 02 Aug 2011)
New Revision: 21077
Trac: http://svn.gnucash.org/trac/changeset/21077

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Tweak main feature panel in home page.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-08-02 12:06:54 UTC (rev 21076)
+++ htdocs/branches/beta/externals/gnucash.css	2011-08-02 12:08:39 UTC (rev 21077)
@@ -495,13 +495,11 @@
 }
 
 #mainfeature {
-  float:right;
-  width:98%;
+  margin-left:5px;
+  margin-right:5px;
   background:url(Gnucash-perspective.png) #f3f3f3 95% 10px no-repeat;
   color:black;
-  border:1px;
-  border-color:black;
-  border-style: ridge;
+  border:1px dotted #7F7FAA;
   padding:1%;
 }
 



More information about the gnucash-changes mailing list