aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-10 09:15:05 -0400
committertdro <tdro@noreply.example.com>2023-09-10 09:15:05 -0400
commit3ec7c6f82cbc70a9cef04256aa6191001c011f48 (patch)
tree7ef85e962de5b25fb4ab464e77a9ed7f34bbd84f /assets/css
parent8934a7738eba3836c34c1b9369c28a42afc1c66d (diff)
downloadcanory-3ec7c6f82cbc70a9cef04256aa6191001c011f48.tar.gz
canory-3ec7c6f82cbc70a9cef04256aa6191001c011f48.tar.bz2
canory-3ec7c6f82cbc70a9cef04256aa6191001c011f48.zip
themes/default/layouts/_default/section.webring: Cleanup structure
To better support painting animations
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 9a29167..f462ae6 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1701,11 +1701,6 @@ web-ring time {
font-variant: small-caps;
}
-web-ring p,
-web-ring time {
- display: inline;
-}
-
web-ring p:not(:last-child) {
margin-bottom: 0;
}
@@ -2516,6 +2511,10 @@ profile-box {
animation: paint ease-in 0.25s;
}
+time {
+ animation: paint ease-in 0.15s;
+}
+
@keyframes paint {
0%,
90% {