Files
harbour-core/harbour/contrib/hbhttpd/tests/files/main.css
Viktor Szakats 6e4a8de207 2010-11-24 01:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbplist
  - examples/uhttpd2
  + contrib/hbhttpd
    + Moved uhttpd2 to contrib area under the name hbhttpd.
2010-11-24 00:55:47 +00:00

35 lines
463 B
CSS

body, td {
font-family: Arial, sans-serif;
font-size: 13px;
}
table.ubr {
font-family: Arial, sans-serif;
font-size: 13px;
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 {
width: auto;
white-space: nowrap;
overflow: hidden;
}
ulnk {
text-color:blue;
text-decoration:underline;
}