I'm having major headache trying to style my webform under the Sky Theme. I want my labels and fields on the same line. So I thought I would create a "poster" of the CSS via the service of http://www.html-kit.com/poster/css/
It found the following errors but as I'm a bit of a CSS noob, I was unable to to fix all of them. Below are some that I found:

In the style.css file:
line 610: Double ::??

#tabs-primary ul li.active::hover:last-child {   

line 1371-1375: ??

 fieldset,
fieldset fieldset {
  padding: 0;
  margin: 1.3em 0;
}

line 1383: Capitalize important??

  margin-bottom: 1.5em!important; 

Comments

deggertsen’s picture

Assigned: Unassigned » deggertsen

Are these errors in the css file that you created or in the sky style.css file?

The first one should not have two ::
The second one having "fieldset fieldset" doesn't make sense but I wouldn't think it would break anything.
The third is right except that there should be a space between 1.4em and !important

wavesailor’s picture

These are errors / Typos that I found in the Sky style.css file

Jacine’s picture

Status: Active » Fixed

The first one should not have two ::

I can't even remember what I was doing here. Must have been typo. It's gone now..

The second one having "fieldset fieldset" doesn't make sense but I wouldn't think it would break anything.

This was probably left over from having padding on the fieldsets at some point, but it clearly makes no sense now. It's gone now too.

The third is right except that there should be a space between 1.4em and !important

This is a real nit pick that actually doesn't matter either way. The important declaration works with or without the space, and I have never once seen this capitalized. I added a space for you nit pickers though.

The changes will be in the next release.

http://drupal.org/cvs?commit=495914 :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.