summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-10-03 18:24:33 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-10-03 18:47:53 +0100
commit1a393265d60cc43c888947e87ff483e15ab65ee0 (patch)
tree5fe3b75994c08d2c1696130ce87d589bea6690eb
parent7876e614898a26ebeb899e893e1dcc64430e4cb2 (diff)
downloadciat-ui-1a393265d60cc43c888947e87ff483e15ab65ee0.tar.gz
Centre text in tables
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 03d899a..2b80625 100644
--- a/style.css
+++ b/style.css
@@ -140,3 +140,7 @@ h1>em>a:hover {
.hide {
display: none;
}
+
+.table {
+ text-align: center;
+}