diff --git a/index.html b/index.html index b9eb6ec..ae4c90f 100644 --- a/index.html +++ b/index.html @@ -61,20 +61,17 @@

Teaching
[Blackboard@CUHK]

Undergraduate Courses -
-
Spring 2020-2025
-
SEEM3580 Risk Analysis for Financial Engineering
-
Fall 2019-2024
-
SEEM3590 Investment Science
-
+ + Postgraduate Courses -
-
Spring 2025
SEEM5140 Optimal Control
-
Spring 2023
SEEM5670 Advanced Models in Financial Engineering
-
Fall 2021
SEEM5340 Stochastic Calculus (with Xuedong He and Lingfei Li)
-
- - +


diff --git a/style.css b/style.css index 058dfac..bf4d387 100755 --- a/style.css +++ b/style.css @@ -339,25 +339,3 @@ background-repeat: no-repeat; transform: translate(15px); } } - -dl { - padding: 0em; -} - -dt { - float: left; - width: 20%; - text-align: right; - padding: .25em; - clear: left; -} -dt:after { - content: "|"; -} -dd { - /* float: left; */ - /* margin: 0 0 0 110px */ - width: 90%; - padding: .25em 0; -} -dl:after {content:"";display:table;clear:both;}