r21309 - htdocs/branches/beta/externals - Small tweaks to ads image.

Cristian Marchi cmarchi at code.gnucash.org
Fri Sep 23 13:02:31 EDT 2011


Author: cmarchi
Date: 2011-09-23 13:02:31 -0400 (Fri, 23 Sep 2011)
New Revision: 21309
Trac: http://svn.gnucash.org/trac/changeset/21309

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Small tweaks to ads image.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-09-23 16:48:15 UTC (rev 21308)
+++ htdocs/branches/beta/externals/gnucash.css	2011-09-23 17:02:31 UTC (rev 21309)
@@ -424,13 +424,14 @@
 .adsimage
 {
    border: 1px solid black;
-   -moz-box-shadow: 4px 4px 6px #888888; /* Firefox 3.6 and earlier */
+   -moz-box-shadow: 0px 0px 5px #888888; /* Firefox 3.6 and earlier */
    -webkit-box-shadow: 4px 4px 6px #888888; /* Safari */
-   box-shadow: 4px 4px 6px #888888;
+   box-shadow: 0px 0px 5px #888888;
 }
 
 .adscontainer img:hover {
    border: 1px solid red;
+   box-shadow: 0px 0px 10px black;
 }
 
 .gnucash



More information about the gnucash-changes mailing list