Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Unified Diff: chrome/common/extensions/docs/static/sass/_typography.scss

Issue 291663002: Adjustments to the fatnav and sidenav, and other CSS updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing copyright license. Fixed bad indentation on search.js Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698