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

Ticket #11353 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

[PATCH] Remove extraneous styles from scaffold's CSS

Reported by: boone Assigned to: core
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: minor Keywords: patch scaffold stylesheet
Cc:

Description

I noticed that scaffold.css has some styles that are apparently left over from the long-since-removed "Upload Progress" feature (Ticket #2871). I searched the Rails trunk for use of these styles and found nothing but their appearance in scaffold.css. Therefore I think it's safe to remove them, and this patch does so.

Attachments

remove_extraneous_styles_from_scaffold.diff (0.7 kB) - added by boone on 03/14/08 22:38:09.

Change History

03/14/08 22:37:15 changed by boone

  • summary changed from [PATCH] Remove extraneous styles from scaffold.css to [PATCH] Remove extraneous styles from scaffold's CSS.

03/14/08 22:38:09 changed by boone

  • attachment remove_extraneous_styles_from_scaffold.diff added.

03/15/08 19:33:16 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [9028]) Removed dead styles (closes #11353) [boone]