s4

changeset 1021:9d647e1bf534

Line-through style of s set to red
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 10 Oct 2023 11:34:57 +0900
parents dfbf57a70bb5
children 739106e031ab
files examples/common/default/default.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Tue Oct 10 11:24:51 2023 +0900
     1.2 +++ b/examples/common/default/default.css	Tue Oct 10 11:34:57 2023 +0900
     1.3 @@ -197,6 +197,10 @@
     1.4  table.mini th, table.mini td {text-align: justify;}
     1.5  table.mini td, table.mini th {padding: 1px 0.5ex; min-width: 1em;}
     1.6  table.mini {margin-left: 1em; border-left: 2px solid #686;}
     1.7 +form.replyblog table s {
     1.8 +    text-decoration: line-through #ff111180 0.3ex solid;
     1.9 +}
    1.10 +
    1.11  div.pjaxview, div.pjaxview2 {
    1.12      position: fixed; top: 1ex; left: 0; width: 9vw; height: 9vh;
    1.13      background: #ffffee; border: 1px double navy; border-radius: 2em;