Commit ea4ded6e54863820c1913ef9d7e28fc87fab363a
1 parent
ec9e54ea
Exists in
master
and in
4 other branches
css fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/projects.css.scss
... | ... | @@ -445,7 +445,7 @@ tbody tr:nth-child(2n) td, tbody tr.even td { |
445 | 445 | font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; |
446 | 446 | border:1px solid #D3D3D3; |
447 | 447 | background:white; |
448 | - font-size:12px; | |
448 | + font-size:12px !important; | |
449 | 449 | line-height:130%; |
450 | 450 | text-decoration:none; |
451 | 451 | font-weight:bold; | ... | ... |