Skip to content

Commit 8cee3d4

Browse files
committed
Don't bold link row
1 parent 5f64f99 commit 8cee3d4

File tree

1 file changed

+1
-0
lines changed
  • src/main/webapp/ui/src/tinyMCE/pyrat

1 file changed

+1
-0
lines changed

src/main/webapp/ui/src/tinyMCE/pyrat/Pyrat.js

+1
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ function createTinyMceTable() {
499499
linkCell.appendChild(document.createTextNode(" on "));
500500
linkCell.appendChild(document.createTextNode(new Date().toDateString()));
501501
linkCell.setAttribute("colspan", VISIBLE_HEADER_CELLS.length);
502+
linkCell.style = "font-weight: 400";
502503
linkRow.appendChild(linkCell);
503504
pyratTable.appendChild(linkRow);
504505

0 commit comments

Comments
 (0)