Dan Brown

Updated elixr and fixed table th element borders

Fixes #164.
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 "babel-runtime": "^5.8.29", 12 "babel-runtime": "^5.8.29",
13 "bootstrap-sass": "^3.0.0", 13 "bootstrap-sass": "^3.0.0",
14 "dropzone": "^4.0.1", 14 "dropzone": "^4.0.1",
15 - "laravel-elixir": "^3.4.0", 15 + "laravel-elixir": "^5.0.0",
16 "marked": "^0.3.5", 16 "marked": "^0.3.5",
17 "moment": "^2.12.0", 17 "moment": "^2.12.0",
18 "zeroclipboard": "^2.2.0" 18 "zeroclipboard": "^2.2.0"
......
...@@ -23,7 +23,7 @@ button { ...@@ -23,7 +23,7 @@ button {
23 23
24 table { 24 table {
25 min-width: 100px; 25 min-width: 100px;
26 - td { 26 + td, th {
27 min-width: 10px; 27 min-width: 10px;
28 padding: 4px 6px; 28 padding: 4px 6px;
29 border: 1px solid #DDD; 29 border: 1px solid #DDD;
......