]> BookStack Code Mirror - bookstack/commitdiff
Updated elixr and fixed table th element borders
authorDan Brown <redacted>
Sat, 13 Aug 2016 09:02:54 +0000 (10:02 +0100)
committerDan Brown <redacted>
Sat, 13 Aug 2016 09:02:54 +0000 (10:02 +0100)
Fixes #164.

package.json
resources/assets/sass/_html.scss

index c387d131789472fc4b4d52443be6157043cbdb9a..fde090beb73afa28bfadf2d89d6884c908981bad 100644 (file)
@@ -12,7 +12,7 @@
     "babel-runtime": "^5.8.29",
     "bootstrap-sass": "^3.0.0",
     "dropzone": "^4.0.1",
-    "laravel-elixir": "^3.4.0",
+    "laravel-elixir": "^5.0.0",
     "marked": "^0.3.5",
     "moment": "^2.12.0",
     "zeroclipboard": "^2.2.0"
index ea97a4dd2a681f7b253fc90078bbeaec9d260ece..2b91f9dc608c4af02feeecfd01bfad5bcd2d3869 100644 (file)
@@ -23,7 +23,7 @@ button {
 
 table {
   min-width: 100px;
-  td {
+  td, th {
        min-width: 10px;
        padding: 4px 6px;
        border: 1px solid #DDD;