Merge pull request #63 from richardjm/devel
Missing semi-colon causing problems
This commit is contained in:
commit
1361c48bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ table {
|
|||
table-layout: fixed;
|
||||
|
||||
th, td {
|
||||
overflow: hidden
|
||||
overflow: hidden;
|
||||
|
||||
// gcode files
|
||||
.gcode_files_name {
|
||||
|
|
|
|||
Loading…
Reference in a new issue