Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: scss/_base.scss

Issue 29529767: Issue 5573 - Add a CSS reset to website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Address NITs Created Sept. 5, 2017, 6:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | scss/_reset.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scss/_base.scss
===================================================================
--- a/scss/_base.scss
+++ b/scss/_base.scss
@@ -17,52 +17,22 @@
*/
/*******************************************************************************
* Base styles
******************************************************************************/
html
{
- box-sizing: border-box;
color: $primary;
background-color: $primary-light;
font-family: $primary-font;
line-height: 1.5;
}
-/* Set default box-sizing (opinionated) */
-
-*,
-*:before,
-*:after
-{
- box-sizing: inherit;
-}
-
-/* Remove the margin in all browsers (opinionated). */
-
-body
-{
- margin: 0px;
-}
-
-/* Add the correct display in IE 9-. */
-
-article,
-aside,
-footer,
-header,
-nav,
-section,
-main
-{
- display: block;
-}
-
/**
* Stretch content full-width
*/
.full-width
{
display: block;
width: 100%;
margin: $small-space 0px;
« no previous file with comments | « README.md ('k') | scss/_reset.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld