mirror of
https://github.com/filp/whoops.git
synced 2026-09-16 12:46:19 +00:00
Style containers
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
body {
|
||||
font: 14px helvetica, arial, sans-serif;
|
||||
color: #2B2B2B;
|
||||
background-color: #DADADA;
|
||||
background-color: #D4D4D4;
|
||||
padding:0;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -55,9 +55,12 @@
|
||||
.details-container {
|
||||
float: right;
|
||||
width: 70%;
|
||||
background: #DADADA;
|
||||
}
|
||||
.details {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
padding-left: 5px;
|
||||
border-left: 5px solid rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.frames-container {
|
||||
|
||||
Reference in New Issue
Block a user