Ignore:
Timestamp:
Jun 27, 2011, 4:00:01 PM (13 years ago)
Author:
dennisw
Message:

Added/changed/clarified some comments in code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/static/style.css

    r9297 r9302  
     1/**
     2 * Body
     3 */
     4
    15body,html{
    26  height:100%;
     
    1014}
    1115
     16/**
     17 * Divs
     18 */
     19
    1220#heatmap{
    1321  position:absolute;
     
    156164  width:10px;
    157165}
    158        
     166
     167/**
     168 * Text settings
     169 */
     170
    159171h1{
    160172  color:#C20000;
     
    186198}
    187199
    188 /* Colorpicker */
     200/**
     201 * Colorpicker
     202 */
    189203 
    190204div.color_picker {
Note: See TracChangeset for help on using the changeset viewer.