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

CommentFileSizeAuthor
#3 drupal_256.19 KBasimmonds
#2 drupal_245.4 KBasimmonds
003.kika.drupal.css.patch6.43 KBkika

Comments

dries’s picture

Committed to HEAD. The patch did not apply 100% cleanly so hopefully everything is as intended.

asimmonds’s picture

StatusFileSize
new5.4 KB

I 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.

asimmonds’s picture

StatusFileSize
new6.19 KB

and attached is the patch against HEAD of my resulting misc/drupal.css, if Dries wants to commit it.

dries’s picture

Committed to HEAD. Thanks asimmonds.

Anonymous’s picture