15 lines
160 B
CSS
15 lines
160 B
CSS
body {
|
|
padding-top: 10px;
|
|
background: url('../img/bg.jpg');
|
|
}
|
|
|
|
|
|
table tr.category_header {
|
|
background: #ddd;
|
|
}
|
|
|
|
table .description {
|
|
font-style: italic;
|
|
}
|
|
|