Changeset 333
- Timestamp:
- Oct 31, 2017, 7:40:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style-klask.css
r332 r333 23 23 24 24 th.klask-header-left { 25 -moz-border-radius-topleft: 1ex;25 border-top-left-radius : 1ex; 26 26 } 27 27 28 28 th.klask-header-right { 29 -moz-border-radius-topright: 1ex;29 border-top-right-radius : 1ex; 30 30 } 31 31 32 32 th.klask-footer-left { 33 -moz-border-radius-bottomleft: 1ex;33 border-bottom-left-radius : 1ex; 34 34 } 35 35 36 36 th.klask-footer-right { 37 -moz-border-radius-bottomright: 1ex;37 border-bottom-right-radius : 1ex; 38 38 } 39 39 … … 83 83 border-bottom-width: 0; 84 84 margin: 0; 85 border-top-left-radius : 1.5ex; 86 border-top-right-radius : 1.5ex; 85 87 } 86 88 … … 93 95 width: 20ex; 94 96 text-align: center; 97 border-top-left-radius : 1.5ex; 98 border-top-right-radius : 1.5ex; 95 99 } 96 100
Note: See TracChangeset
for help on using the changeset viewer.