From ade174a2801806449c41b3dfc11c38b88fd31071 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 20 Jul 2023 14:03:05 -0700 Subject: [PATCH] Update CSS --- _posts/projects/2008-07-05-cabspotting.md | 16 ++++++++-------- about.md | 3 +-- css/main.css | 18 ++++++++++++------ 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/_posts/projects/2008-07-05-cabspotting.md b/_posts/projects/2008-07-05-cabspotting.md index 639dc79..aed3d08 100755 --- a/_posts/projects/2008-07-05-cabspotting.md +++ b/_posts/projects/2008-07-05-cabspotting.md @@ -19,14 +19,14 @@ Scott Snibbe originally invited Stamen Design to collaborate with him on this pr #### Credits -[Stamen Design](https://stamen.com) -Eric Rodenbeck -Scott Snibbe -Tomas Apodeca -Amy Balkin -Michal Migurski -Shawn Allen -Gabriel Dunne +- [Stamen Design](https://stamen.com) +- Eric Rodenbeck +- Scott Snibbe +- Tomas Apodeca +- Amy Balkin +- Michal Migurski +- Shawn Allen +- Gabriel Dunne [Cabspotting on Stamen's website](https://stamen.com/work/cabspotting/) [Cabspotting in MoMA](https://stamen.com/cabspotting-in-moma-design-and-the-elastic-mind-8d0417eba36a/) diff --git a/about.md b/about.md index 31defac..64e58f9 100644 --- a/about.md +++ b/about.md @@ -5,13 +5,12 @@ title: about
-This website an [archive](/archive-c) of my [projects](/projects), [performances](/performance), [ideas](/notes), [code](/code), and [teaching](/teaching). +This website an [archive](/archive-c) of my [projects](/projects), [artworks](/works), [performances](/performance), [ideas](/notes), [code](/code), and [teaching](/teaching). I've worked as a software engineer, designer, technical and fine artist, educator, and musician. I'm inspired by finding connections between diverse subjects, to keep learning, and sharing the things I discover through my work with others. - ~gld diff --git a/css/main.css b/css/main.css index 09973bb..eb8ecaf 100755 --- a/css/main.css +++ b/css/main.css @@ -95,7 +95,6 @@ ul.thumbs { display: flex; flex-wrap: wrap; } - ul.thumbs, ul.thumbs li { margin:0; list-style-type:none; @@ -142,12 +141,19 @@ ul.thumbs .img { background:#aaa; } */ -.about ul li::marker { +ul li { + list-style-type: '– '; + content: '– '; +/* margin:0;*/ +/* padding:0;*/ +/* color:#444; */ +} +/*.about ul li::marker { content: '– '; margin:0; padding:0; color:#444; -} +}*/ .posts { margin:0; @@ -287,9 +293,9 @@ ul.index li { margin: 2em 1em; } -ul { - padding:0; -} +/*ul {*/ +/* padding:0;*/ +/*}*/ .print-link { position:absolute; -- 2.34.1