# HG changeset patch # User domruf # Date 2016-09-21 18:59:43 # Node ID d44d5bb8b454aa6b5fcb6d0bb0a7b64fb7a15d04 # Parent 62d949b4c0a30a1b58e6349343ff9db180da51d7 helpers: use b instead of journal_highlight diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -750,8 +750,8 @@ def action_parser(user_log, feed=False, action = action_str[0].replace('[', '').replace(']', '') else: action = action_str[0] \ - .replace('[', '') \ - .replace(']', '') + .replace('[', '') \ + .replace(']', '') action_params_func = lambda: "" diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1766,12 +1766,6 @@ a.metatag[tag="license"]:hover { 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;