Changeset 86accce


Ignore:
Timestamp:
Jan 12, 2013, 2:33:03 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
d0bfc27, 8124413
Parents:
bfa60e8
git-author:
Alex Dehnert <adehnert@…> (01/12/13 14:33:03)
git-committer:
Alex Dehnert <adehnert@…> (01/12/13 14:33:03)
Message:

Switch tab border to black

Unfortunately, the bottom border of the tabs is double-width (in Chromium), and
I can't figure out how to change that.

File:
1 edited

Legend:

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

    rab32c07 r86accce  
    1010    padding: 1em;
    1111    min-height: 15em;
    12     border: 1px solid #AE1923;
     12    border: 1px solid black;
    1313    background-color: white;
    1414}
     
    2424    margin-right: -10px;
    2525    padding: 2px 15px 5px;
    26     border: 1px solid #AE1923;
    27     border-bottom: 1px solid #888;
     26    border: 1px solid black;
    2827    background: white;
    2928    list-style: none;
     
    5554    background: #333;
    5655    color: white;
    57     border: 1px solid black;
     56    border-left: 1px solid black;
     57    border-bottom: 1px solid black;
    5858
    5959    text-align: right;
Note: See TracChangeset for help on using the changeset viewer.