Changeset d6324a2 for remit/media/style


Ignore:
Timestamp:
Feb 2, 2010, 12:01:56 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
88e897a
Parents:
fedcbcf
git-author:
Alex Dehnert <adehnert@…> (02/02/10 12:01:56)
git-committer:
Alex Dehnert <adehnert@…> (02/02/10 12:01:56)
Message:

More work on the default theme

Location:
remit/media/style
Files:
2 edited

Legend:

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

    r5cbf234 rd6324a2  
    1111    background-color: #ddd;
    1212}
     13h1, h2, h3
     14{
     15    font-family: "Trebuchet MS", sans-serif;
     16}
  • remit/media/style/style.css

    r92ca60e rd6324a2  
    44    text-decoration: underline;
    55}
     6table.reimbursement-request
     7{
     8    border-collapse: collapse;
     9}
     10table.reimbursement-request th, table.reimbursement-request td
     11{
     12    border: 1px solid black;
     13    padding: 2px;
     14}
     15table.reimbursement-request th
     16{
     17    background: #99F;
     18}
Note: See TracChangeset for help on using the changeset viewer.