changeset 6344:d44d5bb8b454

helpers: use b instead of journal_highlight
author domruf <dominikruf@gmail.com>
date Wed, 21 Sep 2016 18:59:43 +0200
parents 62d949b4c0a3
children 67e53a272e1a
files kallithea/lib/helpers.py kallithea/public/css/style.css
diffstat 2 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/helpers.py	Wed Sep 21 22:32:12 2016 +0200
+++ b/kallithea/lib/helpers.py	Wed Sep 21 18:59:43 2016 +0200
@@ -750,8 +750,8 @@
         action = action_str[0].replace('[', '').replace(']', '')
     else:
         action = action_str[0] \
-            .replace('[', '<span class="journal_highlight">') \
-            .replace(']', '</span>')
+            .replace('[', '<b>') \
+            .replace(']', '</b>')
 
     action_params_func = lambda: ""
 
--- a/kallithea/public/css/style.css	Wed Sep 21 22:32:12 2016 +0200
+++ b/kallithea/public/css/style.css	Wed Sep 21 18:59:43 2016 +0200
@@ -1766,12 +1766,6 @@
     width: 95px;
 }
 
-.journal_highlight {
-    font-weight: bold;
-    padding: 0 2px;
-    vertical-align: bottom;
-}
-
 .trending_language_tbl, .trending_language_tbl td {
     border: 0 !important;
     margin: 0 !important;