Author: reid
Date: Mon Jul  9 00:33:45 2007
New Revision: 38429

URL: http://llvm.org/viewvc/llvm-project?rev=38429&view=rev
Log:
Remove an unneeded space, mostly to verify that auto-update of the
documentation is working.

Modified:
    llvm/trunk/docs/CommandGuide/manpage.css

Modified: llvm/trunk/docs/CommandGuide/manpage.css
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/manpage.css?rev=38429&r1=38428&r2=38429&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/manpage.css (original)
+++ llvm/trunk/docs/CommandGuide/manpage.css Mon Jul  9 00:33:45 2007
@@ -13,7 +13,7 @@
 .mmenuon { 
  font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
  color: #ff6600; font-size: 10pt;
- }
+}
 .mmenuoff { 
  font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
  color: #ffffff; font-size: 10pt;


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to