rc@73: * { rc@73: margin: 0; rc@73: padding: 0; rc@73: outline: 0; rc@73: } rc@73: rc@73: body { rc@73: padding: 80px 100px; rc@73: font: 13px "Helvetica Neue", "Lucida Grande", "Arial"; rc@73: background: #ECE9E9 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ECE9E9)); rc@73: background: #ECE9E9 -moz-linear-gradient(top, #fff, #ECE9E9); rc@73: background-repeat: no-repeat; rc@73: color: #555; rc@73: -webkit-font-smoothing: antialiased; rc@73: } rc@73: h1, h2 { rc@73: font-size: 22px; rc@73: color: #343434; rc@73: } rc@73: h1 em, h2 em { rc@73: padding: 0 5px; rc@73: font-weight: normal; rc@73: } rc@73: h1 { rc@73: font-size: 60px; rc@73: } rc@73: h2 { rc@73: margin-top: 10px; rc@73: } rc@73: ul li { rc@73: list-style: none; rc@73: } rc@73: #stacktrace { rc@73: margin-left: 60px; rc@73: }