From bc050894a6d1afb979b6f089965acfca962aca80 Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Thu, 24 Oct 2019 10:31:49 +0800 Subject: [PATCH] Changed teaching from table to list. --- index.html | 16 ++++------------ style.css | 5 +++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 09408b8..e35d9cd 100644 --- a/index.html +++ b/index.html @@ -41,18 +41,10 @@ Phone: +852 3943-8322

Teaching [Blackboard@CUHK]

- - - - - - - - - - - -
Fall2019:SEEM3590 Investment Science
Spring2020:SEEM3580 Risk Analysis for Financial Engineering
+

Publications

    diff --git a/style.css b/style.css index 34505dd..4b0e6c9 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,11 @@ table#table1 { margin-right:auto; } +ul { + list-style: none; + padding-left: 0; +} + /* The navigation bar */ .navbar { opacity: 0.8;