diff options
author | Jakob Borg <jakob@nym.se> | 2015-05-29 09:40:32 +0200 |
---|---|---|
committer | Jakob Borg <jakob@nym.se> | 2015-05-29 09:40:38 +0200 |
commit | 8da54bd187d04fbdae3138257982fcf3a64ab1d9 (patch) | |
tree | 8a20a1cdef45056ae3c7bc1d8f72163787017d32 /_static | |
parent | eb3ec762155e6b00219f56eb71f96edb9bffa73f (diff) | |
download | syncthing-docs-8da54bd187d04fbdae3138257982fcf3a64ab1d9.zip |
Strikeout
Diffstat (limited to '_static')
-rw-r--r-- | _static/syncthing.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_static/syncthing.css b/_static/syncthing.css index cc15c90..914445e 100644 --- a/_static/syncthing.css +++ b/_static/syncthing.css @@ -13,3 +13,6 @@ .wy-nav-content { max-width: 1050px } +.strike { + text-decoration: line-through; +} |