summaryrefslogtreecommitdiff
path: root/classes/article.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-10 21:39:12 +0300
committerAndrew Dolgov <[email protected]>2018-12-10 21:39:12 +0300
commit93dfdb2fcd883db65304e2b410f4af44e916ed33 (patch)
tree408c7e0304396d2de803fe4c9ac718bee838ab5f /classes/article.php
parentad5a43bf6620b1161bd6db0e6c0768eea2b8e50b (diff)
exp: tweak headline label styles
Diffstat (limited to 'classes/article.php')
-rwxr-xr-xclasses/article.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/article.php b/classes/article.php
index 7253f2ead..4dbf2ca3a 100755
--- a/classes/article.php
+++ b/classes/article.php
@@ -629,9 +629,9 @@ class Article extends Handler_Protected {
$labels_str = "";
foreach ($labels as $l) {
- $labels_str .= sprintf("<span class='hlLabelRef'
- style='color : %s; background-color : %s'>%s</span>",
- $l[2], $l[3], $l[1]);
+ $labels_str .= sprintf("<div1 class='label'
+ style='color : %s; background-color : %s'><i class='material-icons' style='color : %s'>label</i><div>%s</div></div1>",
+ $l[2], $l[3], $l[2], $l[1]);
}
return $labels_str;