mirror of
https://github.com/php/web-php.git
synced 2026-03-28 17:22:06 +01:00
25 lines
345 B
CSS
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;
|
|
}
|