diff options
-rw-r--r-- | src/static/css/site.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 592114cb..40c5f80a 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1211,19 +1211,12 @@ ul.image-details li { .commentary-entry-heading .commentary-date time { padding-left: 0.5ch; padding-right: 0.25ch; - border-left: 1px dotted transparent; - transition: border-left-color 0.15s; } .commentary-entry-heading .hoverable { box-shadow: 1px 2px 6px 5px #04040460; } -.commentary-entry-heading .commentary-date time:hover, -.commentary-entry-heading .commentary-date .hoverable.has-visible-tooltip time { - border-left-color: white; -} - .commentary-art { float: right; width: 30%; |