Add some basic styles
This commit is contained in:
13
app/assets/stylesheets/_reset.scss
Normal file
13
app/assets/stylesheets/_reset.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
html, body, h1, h2, h3, h4, h5, h6, p, pre, a, dl, dt, dd, ol, ul, li {
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
background: transparent;
|
||||
box-sizing: border-box;
|
||||
overflow: visible;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user