diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 07:05:21 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 07:05:21 +0000 |
| commit | 5309529a6f451fd5cae0da74826679393f5352b5 (patch) | |
| tree | cbe0565e93a415d45477847220b223e0a54992b7 /assets/css/style.css | |
| parent | 697d2dd4cc5f8b6d4c897c29278038ed2e6ac187 (diff) | |
Styled exams.html
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 645d1c1..c02f0c7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -310,6 +310,11 @@ main [id^="sol-"] div.comments ul li p.user-comment { text-align: left; } + +#solutions-main em { + font-weight: bold; +} + /*the section which holds each of the solutions*/ section.solutions-card{ @@ -334,9 +339,14 @@ section.solutions-card img { height: auto; } +h4.search-head { + margin-left: 5%; + margin-top: 2%; + color: dimgray; +} + /*the title of the course*/ h3.solutions-title{ - font-family: 'Roboto',sans-serif; font-size: large; color: #333333; margin-left: 5%; @@ -344,22 +354,16 @@ h3.solutions-title{ padding-top: 20px; } /*the time of the examination*/ -p.solutions-time{ - font-family: 'Roboto',sans-serif; +p.solutions-time, p.solutions-type, p.exam-instr{ font-size: medium; color: dimgrey; margin-left: 5%; margin-top: 0px; - margin-bottom: 2px; } /*whether its a midterm or final exam*/ -p.solutions-type{ - font-family: 'Roboto',sans-serif; - font-size: medium; - color: dimgrey; - margin-left: 5%; - margin-top: 0px; - padding-bottom: 20px; + +p.solutions-time { + margin-bottom: 2px; } #solutions-footer{ |
