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

Ticket #11353: remove_extraneous_styles_from_scaffold.diff

File remove_extraneous_styles_from_scaffold.diff, 0.7 kB (added by boone, 7 months ago)
  • railties/lib/rails_generator/generators/components/scaffold/templates/style.css

    old new  
    5252  list-style: square; 
    5353} 
    5454 
    55 div.uploadStatus { 
    56   margin: 5px; 
    57 } 
    58  
    59 div.progressBar { 
    60   margin: 5px; 
    61 } 
    62  
    63 div.progressBar div.border { 
    64   background-color: #fff; 
    65   border: 1px solid gray; 
    66   width: 100%; 
    67 } 
    68  
    69 div.progressBar div.background { 
    70   background-color: #333; 
    71   height: 18px; 
    72   width: 0%; 
    73 } 
    74