[Potlatch-dev] Potlatch 2 stylesheet changes

Steve Bennett stevagewp at gmail.com
Fri Jun 17 02:07:06 BST 2011


On Mon, Jun 13, 2011 at 5:40 AM, Richard Fairhurst <richard at systemed.net> wrote:
> 1. casing-width is now relative to the stroke width.
>        OLD: { width: 5; casing-width; 7; }
>        NEW: { width: 5; casing-width: 1; }

How is this interpreted:

way { width: 5; z-index: 2; }

way { casing-width: 1; z-index: 2; }

Will the second one have a total width of 7 or 1?

Steve



More information about the Potlatch-dev mailing list