Files
mpl/doc/ref/mpl_wiki.css
T
Dave Abrahams 01d61922bc Added libs/mpl
[SVN r15384]
2002-09-16 19:25:33 +00:00

42 lines
476 B
CSS

body
{
background-color: white;
color: black;
}
sup
{
font-size: x-small;
font-weight: lighter;
}
a:link,
a:visited
{
color: #505050;
}
pre a:link
,pre a:visited
,code a:link
,code a:visited
{
color: #505050;
text-decoration: none;
}
a.back-link:link
,a.back-link:visited
{
color: black;
text-decoration: none;
}
pre
{
border-style: none none none solid;
border-width: 1px;
border-color: silver;
padding-left: 1em;
}