changed hard-coded color for poll bars to macro weblog.linkcolor

This commit is contained in:
Tobi Schäfer 2002-04-12 13:19:21 +00:00
parent 1fbd847cd1
commit 37872751fc

View file

@ -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;
} }
// --> // -->