Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions code/login/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ thead th, tfoot th {
}

th {
letter-spacing: 2px;
letter-spacing: 3px;
}

td {
letter-spacing: 1px;
letter-spacing: 2px;
}

tbody td {
Expand All @@ -61,7 +61,6 @@ tfoot th {
thead {

color: white;
text-shadow: 1px 1px 1px black;
}

thead th, tfoot th, tfoot td {
Expand All @@ -75,7 +74,7 @@ tbody tr:nth-child(odd) {
}

tbody tr:nth-child(even) {
opacity:0.8;
opacity:0.9;
}

tbody tr {
Expand All @@ -91,5 +90,5 @@ caption {
caption-side: bottom;
color: #666;
text-align: right;
letter-spacing: 1px;
letter-spacing: 2px;
}