Chromium Code Reviews| Index: src/site/css/dart-style.css |
| diff --git a/src/site/css/dart-style.css b/src/site/css/dart-style.css |
| index c7519b91f8ab91bbf0068b133d29f2088c74040b..69d556b985fb53ae7278db6979916557872c0b7e 100644 |
| --- a/src/site/css/dart-style.css |
| +++ b/src/site/css/dart-style.css |
| @@ -1089,6 +1089,11 @@ code.highlight { |
| border-radius: 4px; |
| } |
| +/* Strike through code annotated with [[strike]] */ |
| +code.strike { |
| + text-decoration: line-through; |
| +} |
| + |
| /* Center link. */ |
| .link { |
| vertical-align: middle; |