Changeset 963


Ignore:
Timestamp:
Dec 3, 2005, 7:53:56 PM (18 years ago)
Author:
chrisaga
Message:

bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and css

Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin.tpl

    r948 r963  
    7878
    7979  <!-- BEGIN infos -->
    80   <div id="infos">
     80  <div class="infos">
    8181    <ul>
    8282      <!-- BEGIN info -->
  • trunk/template/yoga/default-colors.css

    r960 r963  
    2727}
    2828
    29 #errors { /* Errors display */
     29.errors { /* Errors display */
    3030  color: red;
    3131  background-color: #ffe1e1;
     
    4040}
    4141
    42 #errors ul li
     42.errors ul li
    4343{
    4444  font-weight: normal;
     
    4848 * Informations box in administration
    4949 */
    50 #infos {
     50.infos {
    5151  text-align: left;
    5252  background-color: palegreen;
Note: See TracChangeset for help on using the changeset viewer.