2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 07:02:12 +00:00
Files
test/doc/style/btl-code.css
Gennadiy Rozental 8ee41f3ba4 New Version
[SVN r18711]
2003-06-09 08:07:03 +00:00

30 lines
407 B
CSS

PRE.code
{
border-left-style: groove;
border-left-width: 1px;
padding-left: 2em;
}
SPAN.literal
{
color: rgb(140,35,00);
}
SPAN.reserv-word
{
color: #6666FF;
font-style: italic
}
SPAN.cpp-type
{
color: rgb(150,0,205);
font-weight: bold;
}
SPAN.comment
{
color: rgb(00,99,33);
}
SPAN.new-term
{
font-weight: bold;
}