https://github.com/jorvis/ergatis
Raw File
Tip revision: 124aafc15b3022a85103a2f3a6a0b7e82a5dc4bf authored by Shaun Adkins on 04 January 2023, 15:16:46 UTC
fixed perl path
Tip revision: 124aafc
config_file.css
table.config_table {
    padding-left: 5px;
}
table.config_table td {
    padding-left: 10px;
}
table.config_table th {
    font-weight: bold;
    text-align: left;
    color: rgb(73,81,92);
    padding: 10px 0 5px 0;
}
table.config_table input {
    border: none;
    border-bottom: 1px solid rgb(150,150,150);
    background-color: rgb(230,230,230);
    width: 500px;
}
table.config_table select {
    border-bottom: 1px solid rgb(150,150,150);
    background-color: rgb(230,230,230);   
}
table.config_table tr.comment {
    color: rgb(125,125,125);
    font-size: 90%;

}
tr.config_section {
    font-weight: bold;
    padding-top: 20px;
}
back to top