| Index: third_party/WebKit/Source/core/css/html.css
|
| diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
|
| index 3752a17fdbc8d9dc4254e1d2f3976a0afa74e23b..ffdd5fbab69f367c8f2ab7822ae34f9c87cf02b7 100644
|
| --- a/third_party/WebKit/Source/core/css/html.css
|
| +++ b/third_party/WebKit/Source/core/css/html.css
|
| @@ -923,6 +923,10 @@ u, ins {
|
| text-decoration: underline
|
| }
|
|
|
| +abbr[title], acronym[title] {
|
| + text-decoration: dotted underline
|
| +}
|
| +
|
| strong, b {
|
| font-weight: bold
|
| }
|
|
|