Closed (fixed)
Project:
Drupal core
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2004 at 13:45 UTC
Updated:
5 Jul 2020 at 12:00 UTC
Jump to comment: Most recent file
Classes cleanup:
- rearranged class definitions into logical groups (xtemplate/chameleon style)
- added comments
- #f00 -> red
- no new functionalty nor changes in presentation
Apply for misc/drupal.css
Comments
Comment #1
dries commentedCommitted to HEAD. The patch did not apply 100% cleanly so hopefully everything is as intended.
Comment #2
asimmonds commentedI went back and merged kika's patch against r1.56 as that was the revision it was created against, this resulted in a clean merge.
Then hand-merged the changes between r1.56 and HEAD.
I also separted the #tracker selector from the #forum rule.
Comparing this result and HEAD, the following selectors are missing from HEAD:
.block ul
.breadcrumb
.item-list .icon a
.item-list .icon a:hover
.item-list .icon
.item-list .title
.item-list ul li
.item-list ul
hr
I don't think these were intended to be removed.
Attached is the resulting misc/drupal.css file I came up with.
Comment #3
asimmonds commentedand attached is the patch against HEAD of my resulting misc/drupal.css, if Dries wants to commit it.
Comment #4
dries commentedCommitted to HEAD. Thanks asimmonds.
Comment #5
(not verified) commented