yellowcab/static/css/error.css
2021-11-07 19:32:52 -05:00

31 lines
330 B
CSS

body {
margin:10px;
}
h1 {
margin:0;
}
.generic {
margin-top:0;
margin-bottom:10px;
}
code {
width:calc(100% - 20px);
margin-top:2px;
margin-bottom:2px;
background:#d0d0d0;
padding:5px;
display:block;
word-wrap:break-word;
}
.report-this {
margin-top:7.5px;
}
.msg {
color:red;
font-weight:bold;
}