Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3416

Show
Ignore:
Timestamp:
01/13/06 21:28:51 (3 years ago)
Author:
nzkoz
Message:

Correct the case of the CSS declarations. [Blair Zajac] Closes #3171

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml

    r2751 r3416  
    2929    } 
    3030 
    31     #ErrorExplanation { 
     31    #errorExplanation { 
    3232      width: 400px; 
    3333      border: 2px solid red; 
     
    3838    } 
    3939 
    40     #ErrorExplanation h2 { 
     40    #errorExplanation h2 { 
    4141      text-align: left; 
    4242      font-weight: bold; 
     
    4848    } 
    4949 
    50     #ErrorExplanation p { 
     50    #errorExplanation p { 
    5151      color: #333; 
    5252      margin-bottom: 0; 
     
    5454    } 
    5555 
    56     #ErrorExplanation ul li { 
     56    #errorExplanation ul li { 
    5757      font-size: 12px; 
    5858      list-style: square; 
  • trunk/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml

    r2751 r3416  
    2727    } 
    2828 
    29     #ErrorExplanation { 
     29    #errorExplanation { 
    3030      width: 400px; 
    3131        border: 2px solid red; 
     
    3636    } 
    3737 
    38     #ErrorExplanation h2 { 
     38    #errorExplanation h2 { 
    3939        text-align: left; 
    4040        font-weight: bold; 
     
    4646    } 
    4747 
    48     #ErrorExplanation p { 
     48    #errorExplanation p { 
    4949        color: #333; 
    5050        margin-bottom: 0; 
     
    5252    } 
    5353 
    54     #ErrorExplanation ul li { 
     54    #errorExplanation ul li { 
    5555        font-size: 12px; 
    5656        list-style: square; 
  • trunk/railties/lib/rails_generator/generators/components/scaffold/templates/style.css

    r2751 r3416  
    2323} 
    2424 
    25 #ErrorExplanation { 
     25#errorExplanation { 
    2626  width: 400px; 
    2727  border: 2px solid red; 
     
    3232} 
    3333 
    34 #ErrorExplanation h2 { 
     34#errorExplanation h2 { 
    3535  text-align: left; 
    3636  font-weight: bold; 
     
    4242} 
    4343 
    44 #ErrorExplanation p { 
     44#errorExplanation p { 
    4545  color: #333; 
    4646  margin-bottom: 0; 
     
    4848} 
    4949 
    50 #ErrorExplanation ul li { 
     50#errorExplanation ul li { 
    5151  font-size: 12px; 
    5252  list-style: square;