mirror of
https://github.com/cosmocode/dokuwiki-plugin-statdisplay.git
synced 2025-07-20 16:46:52 +00:00
12 lines
251 B
CSS
12 lines
251 B
CSS
div.statdisplay-progress {
|
|
width: 150px;
|
|
height: 15px;
|
|
background-color: __background_alt__;
|
|
border: 1px solid __text_alt__;
|
|
}
|
|
|
|
div.statdisplay-progress span {
|
|
display: block;
|
|
height: 100%;
|
|
background-color: __text_alt__;
|
|
} |