Return to Snippet

Revision: 19721
at October 29, 2009 12:57 by joe-bbb


Updated Code
.block
	+block(!light_blue)

	.br, .bl, .tr, .tl
		height: 8px
		width: 8px
		position: absolute

	.tr, .br
		right: 0

	.bl, .tl
		left: 0

	.bl, .br
		bottom: 0
		
	.tl, .tr
		top: 0

	.tl
		background: url(../images/corners/light-blue/tl.png) 0 0 no-repeat
	.tr
		background: url(../images/corners/light-blue/tr.png) 0 0 no-repeat
	.br
		background: url(../images/corners/light-blue/br.png) 0 0 no-repeat
	.bl
		background: url(../images/corners/light-blue/bl.png) 0 0 no-repeat

Revision: 19720
at October 29, 2009 12:56 by joe-bbb


Initial Code
.br, .bl, .tr, .tl
		height: 8px
		width: 8px
		position: absolute

	.tr, .br
		right: 0

	.bl, .tl
		left: 0

	.bl, .br
		bottom: 0
		
	.tl, .tr
		top: 0

	.tl
		background: url(../images/corners/light-blue/tl.png) 0 0 no-repeat
	.tr
		background: url(../images/corners/light-blue/tr.png) 0 0 no-repeat
	.br
		background: url(../images/corners/light-blue/br.png) 0 0 no-repeat
	.bl
		background: url(../images/corners/light-blue/bl.png) 0 0 no-repeat

Initial URL


Initial Description


Initial Title
rounded corners

Initial Tags


Initial Language
SASS