use standard css classes in independence day goodie

master
Jarmo Kivekas 2014-11-14 07:43:25 +02:00
parent 312de70bd5
commit 38a44435a2
1 changed files with 3 additions and 3 deletions

View File

@ -72,9 +72,9 @@ handle query_clean => sub {
# html formatted answer
my $html = '<div class="zci--independence-day">';
$html .= '<div class="text--primary">' . $date_str . '</div>';
$html .= '<div class="text--secondary">' . $prolog . '</div>';
my $html = '<div>';
$html .= '<div class="zci__caption">' . $date_str . '</div>';
$html .= '<div class="zci__subheader">' . $prolog . '</div>';
$html .= '</div>';
# plain text answer
my $text = $prolog . ' ' . $date_str;