woodpecker/server/app/styles/general/resets.less

22 lines
312 B
Text
Raw Normal View History

2014-06-04 21:25:38 +00:00
html, body {
margin:0px;
padding:0px;
}
body {
padding-top:90px;
padding-bottom:40px;
}
html, body, button, input, select, textarea,
h1, h2, h3, h4, h5,
.pure-g [class *= "pure-u"] {
font-family:@font-family-sans;
font-size: 14px;
}
h1, h2, h3, h4, h5 {
margin:0px;
padding:0px;
font-weight:normal;
}