diff --git a/_posts/2018-09-07-welcome-to-cse-152.md b/_posts/2018-09-07-welcome-to-cse-152.md index 7a1cd3d..c52dee0 100644 --- a/_posts/2018-09-07-welcome-to-cse-152.md +++ b/_posts/2018-09-07-welcome-to-cse-152.md @@ -15,7 +15,7 @@ As the title says, welcome to CSE 152!
-Looking forward to publishing lots of computer vision learning materials on this website. I'll make a post whenever there's new content to share, such as notes, videos, and other resources for the class. For your convenience, all of the posts will be aggregated and organized on the [Resources](https://owenjow.xyz/cse152/resources) page. +Looking forward to publishing lots of computer vision learning materials on this website. I'll make a post whenever there's new content to share, such as notes, videos, or other resources for the class. For your convenience, all of the posts will be aggregated and organized on the [Resources](https://owenjow.xyz/cse152/resources) page. Here's to a nice fulfilling fall quarter! :) diff --git a/css/sp19_onward.css b/css/sp19_onward.css index aa4925b..847e9a2 100644 --- a/css/sp19_onward.css +++ b/css/sp19_onward.css @@ -17,6 +17,10 @@ li { padding-bottom: 2px; } +ul:not(.nobq) li { + line-height: 1.7em; +} + h1 { font-weight: 500; } @@ -25,12 +29,12 @@ blockquote { padding-left: 1.5rem; } -#wrapper > ol, #wrapper > ul.bq { +#wrapper > ol, #wrapper > ul:not(.nobq) { margin-left: 40px; padding-left: 3rem; } -blockquote, #wrapper > ol, #wrapper > ul.bq { +blockquote, #wrapper > ol, #wrapper > ul:not(.nobq) { border-left: 5px solid #64b5f6; font-size: 90%; } diff --git a/index.html b/index.html index e2a6b24..46e07da 100755 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ ---

Info

-