Closed (fixed)
Project:
Basic
Version:
7.x-2.0-rc3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2012 at 15:11 UTC
Updated:
4 Jul 2012 at 16:41 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | basic-css_typo-1473144-1.patch | 324 bytes | kid_icarus |
Comments
Comment #0.0
edrupal commentedCorrection to line number
Comment #1
kid_icarus commentedNice 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 expandedand the recompiled tabs.css didn't have the existing typo, so I merely modified tabs.css.
Comment #2
kid_icarus commentedI'm changing the title, as "Miss spelling" was misspelled. ;-)
Comment #3
SteveK commentedThanks for the catch. committed to 7.x dev
Comment #4.0
(not verified) commentedAdd more info to issue