Commit 94029acd by Alec Perkins

Add information about the request.

Add link in footer for some visual balance.
Tighten up styling.
parent 27598fc5
body { body {
padding-top: 1em; padding-top: 1em;
padding-bottom: 1em;
} }
h2 { h1 {
font-weight: 500;
}
h2, h3 {
font-weight: 300; font-weight: 300;
} }
.resource-description, .response-info {
margin-bottom: 2em;
}
#footer {
border-top: 1px solid #eee;
margin-top: 2em;
padding-top: 1em;
text-align: right;
}
.version:before {
content: "v";
opacity: 0.6;
padding-right: 0.25em;
}
.format-option {
font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", monospace;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment