Commit 46d7ecacd70d3739c6a5b6953f3f1a13924ffef7

Authored by Alexander Randa
1 parent 0c19b1af

table header align bugfix

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/stylesheets/projects.css.scss
... ... @@ -54,6 +54,7 @@
54 54  
55 55 table.round-borders {
56 56 float:left;
  57 + text-align: left;
57 58 }
58 59  
59 60 a {
... ...