mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
21 lines
208 B
CSS
21 lines
208 B
CSS
body {
|
|
padding-top: 60px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.tablenum {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
h1 {
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.page-header {
|
|
margin: 0px 0 22px;
|
|
}
|