Changeset f09f636


Ignore:
Timestamp:
Feb 4, 2010, 4:41:44 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Bigger rounded corners, and on both sides

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/media/style/default.css

    r3a0c51b rf09f636  
    2828    list-style: none;
    2929    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;
    3336}
    3437ul.tab-navigation li.selected
Note: See TracChangeset for help on using the changeset viewer.