[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 8a992b8bec73478203daed864294fada0f8bb652

Ivan ivan at 420.am
Mon Jun 11 15:05:23 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  8a992b8bec73478203daed864294fada0f8bb652 (commit)
      from  14dfb3d6c919e6ff91c2f0cbab261dfc27716a4d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8a992b8bec73478203daed864294fada0f8bb652
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 11 15:05:20 2012 -0700

    fix css names for single corner border-radius

diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 79c98cd..1992374 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -108,8 +108,8 @@ a.fstab {
          -moz-border-radius-topright:8px;
          -webkit-border-radius-topleft:8px;
          -webkit-border-radius-topright:8px;
-         border-radius-topleft:8px;
-         border-radius-topright:8px;
+         border-top-left-radius:8px;
+         border-top-right-radius:8px;
          /*font-weight:bold;*/
          /*padding-left:12px;
          padding-right:12px;*/
@@ -141,8 +141,8 @@ a.fstabselected {
          -moz-border-radius-topright:8px;
          -webkit-border-radius-topleft:8px;
          -webkit-border-radius-topright:8px;
-         border-radius-topleft:8px;
-         border-radius-topright:8px;
+         border-top-left-radius:8px;
+         border-top-right-radius:8px;
          /*font-weight:bold;*/
          /*padding-left:12px;
          padding-right:12px;*/
@@ -175,8 +175,8 @@ div.fstabcontainer {
          -moz-border-radius-bottomright:8px;
          -webkit-border-radius-bottomleft:8px;
          -webkit-border-radius-bottomright:8px;
-         border-radius-bottomleft:8px;
-         border-radius-bottomright:8px;
+         border-bottom-left-radius:8px;
+         border-bottom-right-radius:8px;
   -moz-box-shadow: #666666 1px 1px 2px;
   -webkit-box-shadow: #666666 1px 1px 2px;
   box-shadow: #666666 1px 1px 2px;
@@ -206,8 +206,8 @@ div.fstabcontainer {
          -moz-border-radius-bottomright:8px;
          -webkit-border-radius-bottomleft:8px;
          -webkit-border-radius-bottomright:8px;
-         border-radius-bottomleft:8px;
-         border-radius-bottomright:8px;
+         border-bottom-left-radius:8px;
+         border-bottom-right-radius:8px;
   -moz-box-shadow: #666666 1px 1px 2px;
   -webkit-box-shadow: #666666 1px 1px 2px;
   box-shadow: #666666 1px 1px 2px;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/freeside.css |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)




More information about the freeside-commits mailing list