Commit c82f1b68636574ed05b82072a8977a4ff98ced9b
1 parent
edc8251b
Exists in
pkg_fixes
fix over bold on repository and wiki block
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
css/software-pages.css
... | ... | @@ -303,7 +303,7 @@ |
303 | 303 | padding: 12px 10px; |
304 | 304 | background: #EAEBEE; |
305 | 305 | color: #2C66CE; |
306 | - font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; | |
306 | + font: normal normal normal 12px 'open_sansbold', arial, helvetica, sans-serif; | |
307 | 307 | text-transform: uppercase; |
308 | 308 | display: block; |
309 | 309 | position: relative; | ... | ... |