Firstly great theme, I use it for most of my projects.

Line 51 of the tabs.css file is

font-weigh: bold;

The letter 't' is missing from the end of 'weight' ... or if not meant to be bold, comment out the line?

Same error in the tabs.sass file

Ed

CommentFileSizeAuthor
#1 basic-css_typo-1473144-1.patch324 byteskid_icarus
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

edrupal’s picture

Issue summary: View changes

Correction to line number

kid_icarus’s picture

Status: Active » Needs review
FileSize
324 bytes

Nice catch @edrupal.

This patch addresses the issue, however, I couldn't find an error in tabs.sass.

I ran:
sass --unix-newlines -l tabs.sass -t expanded
and the recompiled tabs.css didn't have the existing typo, so I merely modified tabs.css.

kid_icarus’s picture

Title: Miss spelling of css statement » CSS declaration typo.

I'm changing the title, as "Miss spelling" was misspelled. ;-)

SteveK’s picture

Status: Needs review » Fixed

Thanks for the catch. committed to 7.x dev

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Add more info to issue