Ticket #1751 (new enhancement)

Opened 13 months ago

Last modified 10 months ago

CSS coding conventions

Reported by: ischommer Owned by: bfojcapell
Priority: trivial Milestone:
Component: i18n Version:
Severity: medium effort / impact Keywords:
Cc: Hours:

Description

see http://trac.silverstripe.com/silverstripe/changeset/40575/modules/cms/branches/gsoc/css/cms_right.css

there shouldn't be any "toplevel"-rules without an id/class namespace inside the cms, as it means too many side-effects.

// bad
.originallang {}
// good
#i18nModule .originallang {}

Change History

Changed 10 months ago by sminnee

  • type changed from defect to enhancement
Note: See TracTickets for help on using tickets.