]> granicus.if.org Git - apache/commitdiff
The color I used for <note> is too ugly even for a temporary
authorJoshua Slive <slive@apache.org>
Sun, 17 Feb 2002 15:26:13 +0000 (15:26 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 17 Feb 2002 15:26:13 +0000 (15:26 +0000)
placeholder.  Change it to a pleasent blue.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93456 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.xsl

index f6bb2504696f489f83e778c4aa704b79186c3e26..afca801bbef67d5edc1cc72097b298807ddcda61 100644 (file)
 
   <xsl:template match="note">
   <blockquote>
-  <table><tr><td bgcolor="#ffffcc">
+  <table><tr><td bgcolor="#e0e5f5">
      <xsl:apply-templates/>
   </td></tr></table>
   </blockquote>