summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Randa <randa.alex@active.by>2011-11-18 22:19:55 +0300
committerAlexander Randa <randa.alex@active.by>2011-11-18 22:19:55 +0300
commit46d7ecacd70d3739c6a5b6953f3f1a13924ffef7 (patch)
tree1f46a5998667a800f01053af4190e017dfba7216
parent0c19b1afd9001b90b61f60f09338f3f57961ae09 (diff)
downloadgitlab-ce-46d7ecacd70d3739c6a5b6953f3f1a13924ffef7.tar.gz
table header align bugfix
-rw-r--r--app/assets/stylesheets/projects.css.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss
index 58c9c907b2a..c08dd6565dc 100644
--- a/app/assets/stylesheets/projects.css.scss
+++ b/app/assets/stylesheets/projects.css.scss
@@ -54,6 +54,7 @@
table.round-borders {
float:left;
+ text-align: left;
}
a {