changed hard-coded color for poll bars to macro weblog.linkcolor
This commit is contained in:
parent
1fbd847cd1
commit
37872751fc
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ li { padding-bottom:3px;
|
||||||
.pollResultsBar {
|
.pollResultsBar {
|
||||||
height: 5px;
|
height: 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background-color: #ff3300;
|
background-color: <% weblog.linkcolor %>;
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
}
|
}
|
||||||
// -->
|
// -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue