Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 187 → Rev 188

/website/style.css
80,6 → 80,25
color: inherit; text-decoration: none;
}
 
table {
margin: 1em auto;
border-spacing: 0;
border-collapse: collapse;
text-align: left;
}
 
table th {
text-weight: 600;
}
 
table :not(thead) tr:nth-child(odd) {
background-color: #f5f5f5;
}
 
table thead tr {
border-bottom: 1px #bbb solid;
}
 
table.nls {
margin: 1em auto;
border-spacing: 0;