# HG changeset patch # User HIROSE Yuuji # Date 1696905297 -32400 # Node ID 9d647e1bf534b6f4ce3b667d4f46abf85a67f8d6 # Parent dfbf57a70bb5013fec000fb1a1e12301748014d4 Line-through style of s set to red diff -r dfbf57a70bb5 -r 9d647e1bf534 examples/common/default/default.css --- a/examples/common/default/default.css Tue Oct 10 11:24:51 2023 +0900 +++ b/examples/common/default/default.css Tue Oct 10 11:34:57 2023 +0900 @@ -197,6 +197,10 @@ table.mini th, table.mini td {text-align: justify;} table.mini td, table.mini th {padding: 1px 0.5ex; min-width: 1em;} table.mini {margin-left: 1em; border-left: 2px solid #686;} +form.replyblog table s { + text-decoration: line-through #ff111180 0.3ex solid; +} + div.pjaxview, div.pjaxview2 { position: fixed; top: 1ex; left: 0; width: 9vw; height: 9vh; background: #ffffee; border: 1px double navy; border-radius: 2em;