]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tables.scss
Update Italian translation
[bookstack] / resources / assets / sass / _tables.scss
index 1fc8e11c2266a14ec2edfe70f2fa19fb87832ede..38b044268b7c587311067eb718987d4d4fc24e60 100644 (file)
@@ -35,6 +35,12 @@ table.table {
   tr:hover {
     background-color: #EEE;
   }
+  .text-right {
+    text-align: right;
+  }
+  .text-center {
+    text-align: center;
+  }
 }
 
 table.no-style {