Changeset 333


Ignore:
Timestamp:
Oct 31, 2017, 7:40:10 PM (6 years ago)
Author:
g7moreau
Message:
  • A border css history
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style-klask.css

    r332 r333  
    2323
    2424th.klask-header-left {
    25    -moz-border-radius-topleft : 1ex;
     25   border-top-left-radius : 1ex;
    2626   }
    2727
    2828th.klask-header-right {
    29    -moz-border-radius-topright : 1ex;
     29   border-top-right-radius : 1ex;
    3030   }
    3131
    3232th.klask-footer-left {
    33    -moz-border-radius-bottomleft : 1ex;
     33   border-bottom-left-radius : 1ex;
    3434   }
    3535
    3636th.klask-footer-right {
    37    -moz-border-radius-bottomright : 1ex;
     37   border-bottom-right-radius : 1ex;
    3838   }
    3939
     
    8383   border-bottom-width: 0;
    8484   margin: 0;
     85   border-top-left-radius : 1.5ex;
     86   border-top-right-radius : 1.5ex;
    8587   }
    8688
     
    9395   width: 20ex;
    9496   text-align: center;
     97   border-top-left-radius : 1.5ex;
     98   border-top-right-radius : 1.5ex;
    9599   }
    96100
Note: See TracChangeset for help on using the changeset viewer.