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

Commit b9b8afe

Browse files
author
Joshua Smith
committed
Merge branch 'visual-refresh' of https://github.com/Codexa/Firetext into visual-refresh
2 parents 8406604 + 34cbd9f commit b9b8afe

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)