Eric Niebler wrote:

Style tweaks at: http://boost-sandbox.sourceforge.net/libs/xpressive

Joel wrote:

syntax hilighting: Eric's tweaks are almost to my taste, except for the green comments.

My preference is for: .cpp-code{ background-color: #F8F8F8; } .comment{ color: #8080FF; } .keyword{ color: red; font-weight: bold; } .symbol{ color: #888; } .preprocessor{ color: olive; } .number{ color: teal; } .string{ color: orange; }

Finally, I'd like
    to see the the operators more visible like int, if, etc. I suggest
    making them bold as well.

I have made this change as well for now, but I don't think I like it. Opinions welcome.

How about: .symbol{ color: #888; }

I agree in principle with Rene's suggestion that blurb icons be to the left of the blurb instead of within the blurb. But when it comes to XML/HTML/CSS, I simply don't have the m4d skillz to do this easily. I'll continue to play with it, though.

You can do this with a table:

<table border = "0"><tr>
   <td width = "1%"><img src = "icon.gif"/></td>
   <td class = "information">
      text!
   </td>
</tr></table>

Note that the class that sets the style needs to be in the td element, since the table does not inherit style from surrounding div, etc. (at least not in IE).

Regards,
Reece



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to