Index: chrome/common/extensions/docs/static/sass/_typography.scss |
diff --git a/chrome/common/extensions/docs/static/sass/_typography.scss b/chrome/common/extensions/docs/static/sass/_typography.scss |
index ebb70352f6d2a6082e0fe07b477ff1995e458a1a..08a6037a9a0d7e6de2fb1c3c8137af59ff77545e 100644 |
--- a/chrome/common/extensions/docs/static/sass/_typography.scss |
+++ b/chrome/common/extensions/docs/static/sass/_typography.scss |
@@ -248,10 +248,6 @@ hr { |
padding: 0.1em 0.6em; |
margin: 0 0.1em; |
white-space: nowrap; |
- -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; |
- -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; |
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; |
- -webkit-border-radius: 3px; |
- -moz-border-radius: 3px; |
border-radius: 3px; |
} |