2013-10-05, 02:17:37
(2013-10-04, 21:41:01)stevenjaycohen Wrote: Lovely work!
A few suggestions though. Look through your CSS for font: where you mean font-family: (there are a few mistakes).
And, think about including a blank custom.css file with a reference in the template.
That way people will have a good place for their customizations that won't overwrite your template CSS.
My site based on GSkeleton: http://sjc.sdf.org
Thanks Steven, although most of the work is not even mine. I only added a few lines to the css files to make a nav menu and a footer, so that you had a complete page to start a project with in GS.
I would be very grateful if you could point out any mistakes. If I could see them I would have fixed them. font: (not font-family:) is correct. You made me look it up. It's for grouping shorthand declarations; like background: instead of background-color: background-image: etc.
The Skeleton files already include a blank css named layout.css. It's where I always write the site-specific code.
I enjoyed your site.