[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 2d51996df1817a53bc5dc718de84beb9fc3a009d
jesse
jesse at bestpractical.com
Sun Feb 1 23:43:44 EST 2009
The branch, master has been updated
via 2d51996df1817a53bc5dc718de84beb9fc3a009d (commit)
from 38289959048b21fd8f393eac7ce00f01a7e11717 (commit)
Summary of changes:
lib/App/SD/Server/View.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 2d51996df1817a53bc5dc718de84beb9fc3a009d
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sun Feb 1 23:43:36 2009 -0500
Webkit border radius fixes
diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 781abec..14bbcfb 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -74,6 +74,8 @@ div.project-name {
padding-bottom: 0.5em;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 0em;
+ -webkit-border-top-right-radius: 1em;
+ -webkit-border-bottom-right-radius: 0em;
z-index: 30;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list