SharePoint Webpart Styling

I always wondered how to style a single webpart on the page.
http://www.heathersolomon.com/blog/articles/Controlling-Single-Web-Parts-with-CSS.aspx
Been dealing with CSS for a long time and never knew about attribute selectors.  Only issue is you can’t be in Quirks mode, which does mess up the rendering of some elements in SharePoint.

Filed under:sharepoint

CSS Framework

Just came across this today: http://www.blueprintcss.org
Looks like a good starting point for anyone developing a new website.  I know from past experience that fighting with page layouts consumed a good chunk of time when I developed a website.  So, anything that could save me time would be very useful.
Looks like it even works for Sharepoint!

Filed under:general