From: Amin Bandali Date: Sun, 18 Aug 2019 03:05:50 +0000 (-0400) Subject: experiment with linking h1 X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/commitdiff_plain/b7583bc7e5068ef6557b6dafdfbb97c99736af21 experiment with linking h1 --- diff --git a/404.html b/404.html index 62bcb5a..bf61a8e 100644 --- a/404.html +++ b/404.html @@ -9,7 +9,7 @@
-

bandali

+

bandali

404 gone fishing

diff --git a/contact.html b/contact.html index 343a8ef..7529acc 100644 --- a/contact.html +++ b/contact.html @@ -12,7 +12,7 @@
-

bandali

+

bandali

Contact info

diff --git a/cv.html b/cv.html index 880cff6..4d58892 100644 --- a/cv.html +++ b/cv.html @@ -12,7 +12,7 @@
-

bandali

+

bandali

Curriculum Vitae (PDF)

diff --git a/publications.html b/publications.html index 1c6da5c..9743e5a 100644 --- a/publications.html +++ b/publications.html @@ -12,7 +12,7 @@
-

bandali

+

bandali

Publications

diff --git a/research.html b/research.html index d0e052b..878756e 100644 --- a/research.html +++ b/research.html @@ -12,7 +12,7 @@
-

bandali

+

bandali

Research interests

diff --git a/style.css b/style.css index 9fd35aa..cb676e4 100644 --- a/style.css +++ b/style.css @@ -27,6 +27,14 @@ main > header { content: ".eu.org"; color: #dadada; } +#title a { + color: inherit; + border-bottom: 1px solid #eaeaea; +} +#title a:hover { + background-color: whitesmoke; + border-bottom-color: #e3e3e3; +} #subtitle { display: inline; font-weight: normal; @@ -114,6 +122,9 @@ dl:last-child { dt { margin-bottom: 0.5em; } +dd { + margin-left: 1.5em; +} #publications dd, .plinks { font-size: 0.9em; }