23 lines
276 B
CSS
23 lines
276 B
CSS
|
|
div.item {
|
|
font-family:verdana;
|
|
font-size:74%;
|
|
-moz-border-radius:4px;
|
|
background-color:#ffffff;
|
|
margin:4px;
|
|
}
|
|
div.item a {
|
|
text-decoration:none;
|
|
color:black;
|
|
}
|
|
|
|
rss {
|
|
background-color:#dddddd;
|
|
|
|
}
|
|
|
|
body, rss {
|
|
padding:0px;margin:0px;
|
|
}
|
|
|