Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit 34cbd9f

Browse files
author
Nick Wong
committed
cleaner tables
1 parent 6f024de commit 34cbd9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/firetext.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,8 +1114,8 @@ function processActions(eventAttribute, target) {
11141114
// Make sure # is above 0
11151115
if ((rows > 0) && (cols > 0)) {
11161116
// Generate HTML
1117-
var output = '<style>table.default { border: 1px solid #000; width: 100%; }';
1118-
output += ' table.default td { border: 1px solid #000; }</style>';
1117+
var output = '<style>table.default { border: 1px solid #afafaf; width: 100%; }';
1118+
output += ' table.default td { border: 1px solid #afafaf; }</style>';
11191119
output += '<table class="default">';
11201120
for (var r = 0; r < rows; r++) {
11211121
output += '<tr>';

0 commit comments

Comments
 (0)