Files
harbour-core/contrib/hbhttpd/tests/files/main.css
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

37 lines
451 B
CSS

body, td {
font-size: 13px;
font-family: Arial, sans-serif;
}
table.ubr {
font-size: 13px;
font-family: Arial, sans-serif;
border-width: 1px;
}
table.ubr th {
padding: 0px 4px 0px 4px;
background-color: #C0C0C0;
}
table.ubr tr {
background-color: #F0F0F0;
}
table.ubr tr:hover {
background-color: #D0D0FF;
}
tr.ubrr div {
overflow: hidden;
width: auto;
white-space: nowrap;
}
ulnk {
text-decoration:underline;
text-color:blue;
}