one transparent circle, rather than a colour per rect

This commit is contained in:
Shish 2009-07-22 22:09:05 +01:00
parent 8835a8eb2f
commit 70e9103e20
13 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

View File

@ -178,10 +178,10 @@ UL {
.rrcontent {margin: 0px 8px; text-align: center;}
.hrr {text-align: left; background: #CCC; margin: 8px;}
.hrrtop {background: url("dcircle-tl.png") no-repeat top left;}
.hrrtop div {background: url("dcircle-tr.png") no-repeat top right;}
.hrrbot {background: url("dcircle-bl.png") no-repeat bottom left;}
.hrrbot div {background: url("dcircle-br.png") no-repeat bottom right;}
.hrrtop {background: url("circle-tl.png") no-repeat top left;}
.hrrtop div {background: url("circle-tr.png") no-repeat top right;}
.hrrbot {background: url("circle-bl.png") no-repeat bottom left;}
.hrrbot div {background: url("circle-br.png") no-repeat bottom right;}
.hrrtop, .hrrtop div, .hrrbot, .hrrbot div {height: 8px; width: 100%;}
.hrrcontent {margin: 0px 8px;}