Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
Seven theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2010 at 03:22 UTC
Updated:
3 Apr 2010 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
seutje commentedI don't see any problems with this
Comment #2
aspilicious commentedDon't add this before the fieldset patch is in!
Else we have to reroll that patch again.
Comment #3
seutje commentedwell, fieldset patch went in :D
re-test?
Comment #4
dries commentedSevencodestyle.patch queued for re-testing.
Comment #6
yoroy commentedComment #7
yoroy commentedignore previous patch, it's incomplete
Comment #8
yoroy commentedComment #9
aspilicious commentedSeriously why do you want to remove white space between code blocks...
It doesn't happen in garland and I never did it before, it makes the css unreadable...
We have to make a css coding style document before we make such changes, cause I'm confused now...
Comment #10
yoroy commentedIndeed, [#302199] says to do that actually. I have no opinion on this and was just splitting out tasks from a convoluted issue (#575294: Add reset.css through drupal_add_css() instead of through the .info file).
Comment #11
yoroy commentedCSS coding standards: http://drupal.org/node/302199 I just don't think they're really agreed upon. Most core css files do not have empty lines between statements.
Comment #12
aspilicious commentedSelectors
Selectors should be on a single line, with a space after the last selector, followed by an opening brace. A selector should end with a closing brace that is unindented and on a separate line. A blank line should be placed between each block of selectors.
Maybe I'm just blind or stupid but I can't see the rule that is saying remove the blank lines...
Comment #13
dries commentedFinally! Fewer characters too. Committed! ;)
Comment #14
aspilicious commentedWe have to change the css coding standards then...
I'm confused... very confused...
Needs review cause I want discussion!
Comment #15
casey commentedLets keep this one fixed. there are already some discussion on css coding standards. Maybe you can drop in there. Else you could open a new issue.