[Dart-dev] [3236] DART/trunk/doc/html/doc.css: added a class
'removed' that uses a strikethrough for text to be deleted.
thoar at subversion.ucar.edu
thoar at subversion.ucar.edu
Thu Feb 14 12:34:25 MST 2008
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080214/06fdce23/attachment.html
-------------- next part --------------
Modified: DART/trunk/doc/html/doc.css
===================================================================
--- DART/trunk/doc/html/doc.css 2008-02-13 20:47:28 UTC (rev 3235)
+++ DART/trunk/doc/html/doc.css 2008-02-14 19:34:24 UTC (rev 3236)
@@ -164,6 +164,11 @@
font-style:typewriter;
background-color: #FFCCFF}
+em.removed{
+ color:blue;
+ font-style:typewriter;
+ text-decoration:line-through}
+
em.call{
color:blue;
font-style:typewriter;
More information about the Dart-dev
mailing list