diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/celcatsanitizer/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/celcatsanitizer/style.css b/static/celcatsanitizer/style.css index 825d140..5d05f9e 100644 --- a/static/celcatsanitizer/style.css +++ b/static/celcatsanitizer/style.css @@ -36,6 +36,19 @@ li.course { margin-bottom: 20px; } +th { + text-align: right; + font-weight: normal; + vertical-align: top; +} + +@media screen and (max-width: 439px) { + th, td { + display: block; + text-align: left; + } +} + @media print { body, .content { max-width: none; |