This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/http/web/css/dirindex.css
2010-06-23 11:52:34 +01:00

25 lines
383 B
CSS

/* CSS for SWI-Prolog HTTPD directory indices
*/
table.dirindex th.name
{ text-align: left;
}
table.dirindex tr.dirindex_header
{ background-color: #b0ffb0;
}
table.dirindex tr.odd
{ background-color: #d0d0d0;
}
table.dirindex th.modified, th.size
{ text-align: right;
}
table.dirindex td.modified, td.size
{ text-align: right;
padding-left: 10px;
font-family: monospace;
}