scss/roojs-bootstrap/table.scss
[roojs1] / scss / roojs-bootstrap / table.scss
index 1ce8636..29248cc 100644 (file)
 
 .table-body-fixed tbody td, 
 .table-body-fixed thead > tr> th {
-  float: left;
-  border-bottom-width: 0;
-  /* long headers? and body ?*/
-  overflow: hidden;
-  white-space: nowrap;
-      text-overflow: ellipsis;
+    float: left;
+    border-bottom-width: 0;
+    /* long headers? and body ?*/
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
 
 }