462 syllabus

pull/1/head
Oliver Kennedy 2015-12-14 11:54:46 -05:00
parent ca13ebe81f
commit 7e030684e1
2 changed files with 25 additions and 11 deletions

View File

@ -176,11 +176,31 @@ body {
margin-left: 0px;
margin-right: 0px;
}
.content img {
.content img, .content table {
margin-left: auto;
margin-right: auto;
}
.content table {
border-spacing: 0px;
text-align: center;
}
.content table thead th {
border-bottom: thin solid black;
margin-bottom: 0px;
}
.content table td + td, .content table th + th {
border-left: thin solid black;
margin-left: 0px;
}
.content table th, .content table td {
margin: 0px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 8px;
}
.content strong {
font-family: 'Trebuchet MS', sans-serif;
font-weight: bold;

View File

@ -161,16 +161,10 @@ Projects are submitted through the online submission system using GIT. You may
## Letter Grades
* A: 93 - 100
* A-: 90 - 92
* B+: 87 - 89
* B: 83 - 86
* B-:80 - 82
* C+: 77 -79
* C: 73 76
* C-: 70 -72
* D: 60 69
* F: 0 - 59
| You will get a(n)... | A | A- | B+ | B | B- | C+ | C | C- | D | F |
|-------------------------------------|----------|----|----|----|----|----|----|----|----|-----------|
| If your number grade is at least... | 93 | 90 | 87 | 83 | 80 | 77 | 73 | 70 | 60 | $-\infty$ |
| But less than... | $\infty$ | 93 | 90 | 87 | 83 | 80 | 77 | 73 | 70 | 59 |
------