Changeset 345434d


Ignore:
Timestamp:
May 16, 2010, 11:29:39 PM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, space-access, stable, stage, test-hooks
Children:
e4773d4
Parents:
5577096
git-author:
Alex Dehnert <adehnert@…> (05/16/10 23:29:39)
git-committer:
Alex Dehnert <adehnert@…> (05/16/10 23:29:39)
Message:

Mix up the color scheme some more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/media/style/page-frame.css

    r5577096 r345434d  
    22{
    33    padding: 1em;
    4     background-color: #ddd;
     4    background: #BE2933;
    55}
    66#content
     
    1010    padding: 1em;
    1111    min-height: 15em;
    12     border: 1px solid #888;
     12    border: 1px solid #AE1923;
    1313    background-color: white;
    1414}
     
    2424    margin-right: -10px;
    2525    padding: 2px 15px 5px;
    26     border: 1px solid #888;
     26    border: 1px solid #AE1923;
     27    border-bottom: 1px solid #888;
    2728    background: white;
    2829    list-style: none;
     
    3738ul.tab-navigation li.selected
    3839{
    39     background: #BE2933;
     40    background: #333;
    4041    color: white;
    4142    position: relative;
     
    5253    margin-right: -1em;
    5354    float: right;
    54     background: #BE2933;
     55    background: #333;
    5556    color: white;
    56     border: 1px solid #888;
     57    border: 1px solid black;
    5758
    5859    text-align: right;
Note: See TracChangeset for help on using the changeset viewer.