1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 17:22:06 +01:00
Files
archived-web-php/php-style.css
1998-04-03 19:58:43 +00:00

25 lines
345 B
CSS

/* $Id$ */
.sidebartoc {
font-family: tahoma, arial, helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none
}
.example {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
background: #E0E0E0;
}
.programlisting {
margin-left: 15px;
font-family: courier;
}
.warning {
background: #FFCCCC;
}