[scripts] add file listing generator, bug 3314

This commit is contained in:
Sławomir Nizio
2012-05-21 18:32:23 +02:00
parent cc2255f685
commit a5b08b3dfb
5 changed files with 842 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
body
{
font-size: 14px;
font-family: Verdana,sans-serif,"Times New Roman"
}
table
{
border: 1px solid #A0522D;
border-collapse:collapse;
width: 80%;
}
td
{
border:1px solid #A0522D;
}
th
{
background-color: #90EE90;
color:black;
}
td:hover
{
background-color: #CACACA;
}