Commit d331b98bbe3b89159e0914e52cc6aa216eaf5dfa

Authored by Melissa Wen
Committed by Álvaro Fernando Matos de Souza
1 parent e09a6300

fix over bold on repository and wiki block

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/noosfero-spb-theme/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;
... ...