Opened 14 years ago
Closed 14 years ago
#4209 closed task (fixed)
Change table CSS definition in dojo.css to be class-specific.
Reported by: | Tom Trenka | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | design/interactions | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change the table CSS definitions in dojo.css to use the class name "dojoTabular". From now on, if you're looking for nice default styling for tabular data, you can use that class name in the table tag, and dojo.css will handle the rest.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | dojo.css.diff added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks good, closing the task.
Note: See
TracTickets for help on using
tickets.
(In [10240]) initial cut at a fix for default table styling backoff. Adds new table-specific rule dojoTabular which is opt-in. Refs #4209