You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2014/06/04 13:00:37 UTC

svn commit: r1600098 - in /tcl/rivet/trunk/doc: examples-sgml/color-table.tcl examples/color-table.tcl

Author: mxmanghi
Date: Wed Jun  4 11:00:36 2014
New Revision: 1600098

URL: http://svn.apache.org/r1600098
Log:
improved readability of output in color-table.tcl

Modified:
    tcl/rivet/trunk/doc/examples-sgml/color-table.tcl
    tcl/rivet/trunk/doc/examples/color-table.tcl

Modified: tcl/rivet/trunk/doc/examples-sgml/color-table.tcl
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/examples-sgml/color-table.tcl?rev=1600098&r1=1600097&r2=1600098&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/examples-sgml/color-table.tcl (original)
+++ tcl/rivet/trunk/doc/examples-sgml/color-table.tcl Wed Jun  4 11:00:36 2014
@@ -1,6 +1,5 @@
 puts "<html><head>"
-puts "<style>"
-puts "td { font-size: 12px; }\n td.bright { color: #ccc; }\n td.dark { color: #222; }\n</style>"
+puts "<style>\n  td { font-size: 12px; }\n  td.bright { color: #ccc; }\n  td.dark { color: #222; }\n</style>"
 puts "</head><body>"
 puts "<table>"
 

Modified: tcl/rivet/trunk/doc/examples/color-table.tcl
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/examples/color-table.tcl?rev=1600098&r1=1600097&r2=1600098&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/examples/color-table.tcl (original)
+++ tcl/rivet/trunk/doc/examples/color-table.tcl Wed Jun  4 11:00:36 2014
@@ -1,6 +1,5 @@
 puts "<html><head>"
-puts "<style>"
-puts "td { font-size: 12px; }\n td.bright { color: #ccc; }\n td.dark { color: #222; }\n</style>"
+puts "<style>\n  td { font-size: 12px; }\n  td.bright { color: #ccc; }\n  td.dark { color: #222; }\n</style>"
 puts "</head><body>"
 puts "<table>"
 



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org