diff options
author | Florrie <towerofnix@gmail.com> | 2020-07-24 16:13:50 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2020-07-24 16:13:50 -0300 |
commit | dc873feb1cf1c1a442e17e15766276d9ae1e7443 (patch) | |
tree | f5e7bdd597064c5ad50e3fce2127856c5dd05134 /site.css | |
parent | 371acf845486d2f9d699fae021ab2ae63b81fb10 (diff) |
recompose, refine
Diffstat (limited to 'site.css')
-rw-r--r-- | site.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/site.css b/site.css index 58be6247..b203886a 100644 --- a/site.css +++ b/site.css @@ -319,6 +319,15 @@ dl dd { margin-bottom: 1em; } +dl ul, dl ol { + margin-top: 0; + margin-bottom: 0; +} + +.album-group-list dt { + font-style: oblique; +} + .new { animation: new 1s infinite; } |