[freeside-commits] branch master updated. f89471ac01284a6d73ebffd6eaebdde79d5f25dc

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


The branch, master has been updated
       via  f89471ac01284a6d73ebffd6eaebdde79d5f25dc (commit)
       via  03ac8bd523fca8f69e6851fdbf2a1de8c2b83043 (commit)
      from  87a04d60dab0fb437da08ee0350cab0a79d671a7 (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 f89471ac01284a6d73ebffd6eaebdde79d5f25dc
Merge: 03ac8bd 87a04d6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 11 15:05:30 2012 -0700

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 03ac8bd523fca8f69e6851fdbf2a1de8c2b83043
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 11 15:05:16 2012 -0700

    fix css names for single corner border-radius

diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index c291e1e..82eb9b5 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;
@@ -238,8 +238,8 @@ div.fstabcontainer {
          -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;
   -moz-box-shadow:  1px 0px 1px #999999;
   -webkit-box-shadow:  1px 0px 1px #999999;
   box-shadow: 1px 0px 1px #999999;

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

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




More information about the freeside-commits mailing list