Add code from express-unpkg repo

This commit is contained in:
MICHAEL JACKSON
2017-05-25 11:25:42 -07:00
parent f7019626a2
commit f9a21522c2
15 changed files with 954 additions and 196 deletions

View File

@ -0,0 +1,39 @@
body {
font-size: 16px;
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
line-height: 1.5;
padding: 0px 10px 5px;
}
table {
width: 100%;
border-collapse: collapse;
font: 0.85em Monaco, monospace;
}
tr.even {
background-color: #eee;
}
th {
text-align: left;
}
th, td {
padding: 0.1em 0.25em;
}
.version-wrapper {
line-height: 2.25em;
float: right;
}
#version {
font-size: 1em;
}
address {
text-align: right;
}