[Indic-computing-cvs-logs] SF.net SVN: indic-computing: [318] doc/trunk/share/misc/docbook.css
Status: Alpha
Brought to you by:
jkoshy
From: <jk...@us...> - 2007-12-30 07:43:11
|
Revision: 318 http://indic-computing.svn.sourceforge.net/indic-computing/?rev=318&view=rev Author: jkoshy Date: 2007-12-29 23:43:16 -0800 (Sat, 29 Dec 2007) Log Message: ----------- - Update (c). - Add two CSS classes for rendering Unicode character names and code point values. Modified Paths: -------------- doc/trunk/share/misc/docbook.css Modified: doc/trunk/share/misc/docbook.css =================================================================== --- doc/trunk/share/misc/docbook.css 2007-12-30 07:28:59 UTC (rev 317) +++ doc/trunk/share/misc/docbook.css 2007-12-30 07:43:16 UTC (rev 318) @@ -1,5 +1,6 @@ /* * Copyright (c) 2001 The FreeBSD Documentation Project + * Copyright (c) 2007 Joseph Koshy * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -159,3 +160,11 @@ background-color: #F0F0F0; text-decoration: underline; } + +.CODEPOINTNAME { + color: red +} + +.UNICODECODEPOINT { + color: blue +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |