Return to Snippet

Revision: 34806
at October 28, 2010 08:48 by mecha


Updated Code
/* @group My Group Name Here */

.my-group-selector  {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

.my-other-group-selector {
	width: 200px;
	display: block;
}

/* @end */

Revision: 34805
at October 28, 2010 08:48 by mecha


Initial Code
/* @group My Group Name Here */

.my-group-selector  {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

.my-other-group-selector {
	width: 200px;
	display: block;
}

/* @end */

Initial URL


Initial Description
Nicely group your CSS style blocks.  CSSEdit (http://macrabbit.com/cssedit/) friendly.

Initial Title
Group Style Block

Initial Tags
css

Initial Language
CSS