Changeset 3a0c51b for remit/media


Ignore:
Timestamp:
Feb 4, 2010, 4:30:15 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
1d4c89e
Parents:
3e79308
git-author:
Alex Dehnert <adehnert@…> (02/04/10 04:30:15)
git-committer:
Alex Dehnert <adehnert@…> (02/04/10 04:30:15)
Message:

Top navigation bar

File:
1 edited

Legend:

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

    ra6806bf r3a0c51b  
    11body
    22{
    3     margin: 1em;
     3    padding: 1em;
     4    background-color: #ddd;
     5}
     6#content
     7{
     8    margin: 0;
     9    margin-top: 5px;
    410    padding: 1em;
    511    min-height: 15em;
     
    713    background-color: white;
    814}
    9 html
     15ul.tab-navigation
    1016{
    11     background-color: #ddd;
     17    margin-left: 0;
     18    padding-left: 0;
     19    display: inline;
    1220}
     21ul.tab-navigation li
     22{
     23    margin-left: 0;
     24    margin-right: -10px;
     25    padding: 2px 15px 5px;
     26    border: 1px solid #888;
     27    background: white;
     28    list-style: none;
     29    display: inline;
     30    border-top-left-radius:         6px;
     31    -webkit-border-top-left-radius: 6px;
     32    -moz-border-radius-topleft:     6px;
     33}
     34ul.tab-navigation li.selected
     35{
     36    background: #99f;
     37}
     38
     39/* Reset some stuff */
    1340h1, h2, h3, th
    1441{
    1542    font-family: "Trebuchet MS", sans-serif;
    1643}
     44ul
     45{
     46    padding-left: 1em;
     47    margin-left: 0;
     48}
Note: See TracChangeset for help on using the changeset viewer.