]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tables.scss
Polish translation
[bookstack] / resources / assets / sass / _tables.scss
index 37c61159db077488d7b7d9ed3988bf81a20aa7f2..21553b8394d01f76392132b1fbeb3b2c269bbeed 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 {