r21135 - htdocs/branches/beta/externals - Minor changes to rounded corners.
Cristian Marchi
cmarchi at code.gnucash.org
Tue Aug 9 03:44:11 EDT 2011
Author: cmarchi
Date: 2011-08-09 03:44:11 -0400 (Tue, 09 Aug 2011)
New Revision: 21135
Trac: http://svn.gnucash.org/trac/changeset/21135
Modified:
htdocs/branches/beta/externals/gnucash.css
Log:
Minor changes to rounded corners.
Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css 2011-08-09 07:40:26 UTC (rev 21134)
+++ htdocs/branches/beta/externals/gnucash.css 2011-08-09 07:44:11 UTC (rev 21135)
@@ -244,11 +244,11 @@
margin-bottom:10px;
background: url("../images/backg-linktop.png") repeat-x scroll 0 0 white;
border: solid thin #7F7FAA;
- border-radius: 10px 0 10px 0;
+ border-radius: 10px 0 0 10px;
clear: both;
float: right;
width: 190px;
- -moz-border-radius:10px 0 10px 0; /* Firefox 3.6 and earlier */
+ -moz-border-radius:10px 0 0 10px; /* Firefox 3.6 and earlier */
}
.dot {
@@ -268,8 +268,8 @@
max-width:65%;
background-color:white;
border:solid thin #7F7FAA;
- border-radius:25px;
- -moz-border-radius:25px;
+ border-radius:0 25px 25px 25px;
+ -moz-border-radius:0 25px 25px 25px;
}
#content a
More information about the gnucash-changes
mailing list