Changeset 337

Show
Ignore:
Timestamp:
03/26/04 17:26:10 (5 years ago)
Author:
earle
Message:

Added two new classes for form labels and hidden items.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/london.css

    r309 r337  
    186186  background-color: pink; 
    187187} 
     188 
     189/* Hidden elements */ 
     190.hidden 
     191{ 
     192  display: none; 
     193} 
     194 
     195/* Labels for form elements */ 
     196.label 
     197{ 
     198  font-weight: bold; 
     199}