Ignore:
Timestamp:
Jun 29, 2006, 1:02:24 AM (18 years ago)
Author:
rub
Message:

Issue ID 0000375:

o Keep same format display
o Add css class
o rename warning to header_msg

Merge BSF r1413:1414 into branch-1_6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/default-colors.css

    r1262 r1415  
    6969}
    7070
     71/**
     72 * Header message like upgrade or adviser mode
     73 */
     74.header_msgs {
     75  text-align:center;
     76  font-weight: bold;
     77  color:#696969;        /* dimgray */
     78  background-color: #d3d3d3;
     79  margin: 5px;
     80}
     81
    7182LEGEND {
    7283  font-style: italic;
Note: See TracChangeset for help on using the changeset viewer.