16 lines
166 B
CSS
16 lines
166 B
CSS
|
|
body {
|
|
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
td, th {
|
|
padding: 4px;
|
|
}
|
|
|
|
th {
|
|
background: #E0E0E0;
|
|
} |