Changeset 1556 for website/layout.css


Ignore:
Timestamp:
Oct 6, 2006, 1:49:03 PM (18 years ago)
Author:
plg
Message:

Make the announcement more obvious, with a red frame.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • website/layout.css

    r1543 r1556  
    154154  border-left:1px solid black;
    155155}
     156
     157P.announcement {
     158  color: inherit;
     159  text-align: left;
     160  border: 1px solid #99c;
     161  border-left: 6px solid #99c;
     162  padding: 5px;
     163  margin: 1em auto;
     164  margin-bottom: 5px;
     165
     166  border-color: crimson;
     167  background-color: #ffe1e1;
     168}
Note: See TracChangeset for help on using the changeset viewer.