Changeset f09f636
- Timestamp:
- Feb 4, 2010, 4:41:44 AM (15 years ago)
- Branches:
- master, client
- Children:
- 71d716d
- Parents:
- 1d4c89e
- git-author:
- Alex Dehnert <adehnert@…> (02/04/10 04:41:44)
- git-committer:
- Alex Dehnert <adehnert@…> (02/04/10 04:41:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/media/style/default.css
r3a0c51b rf09f636 28 28 list-style: none; 29 29 display: inline; 30 border-top-left-radius: 6px; 31 -webkit-border-top-left-radius: 6px; 32 -moz-border-radius-topleft: 6px; 30 border-top-left-radius: 15px; 31 -webkit-border-top-left-radius: 15px; 32 -moz-border-radius-topleft: 15px; 33 border-top-right-radius: 15px; 34 -webkit-border-top-right-radius: 15px; 35 -moz-border-radius-topright: 15px; 33 36 } 34 37 ul.tab-navigation li.selected
Note: See TracChangeset
for help on using the changeset viewer.