]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / assets / sass / _html.scss
index 82eb9c2b9f1c8cbc606033d3cf122d5087805c68..c061f9d64253b6bf117ad018b37f22da5c5f7e47 100644 (file)
@@ -1,6 +1,7 @@
 * {
   box-sizing: border-box;
 }
+
 html {
   background-color: #FFFFFF;
   height: 100%;
@@ -9,6 +10,7 @@ html {
     overflow-y: hidden;
   }
 }
+
 body {
   font-family: $text;
   font-size: $fs-m;
@@ -19,16 +21,4 @@ body {
 
 button {
   font-size: 100%;
-}
-
-table {
-  min-width: 100px;
-  td, th {
-       min-width: 10px;
-       padding: 4px 6px;
-       border: 1px solid #DDD;
-  }
-  td p, th p {
-    margin: 0;
-  }
 }
\ No newline at end of file