mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 23:49:00 +08:00
eaef5bd133
This reverts commit 1a17e17c462bdd4e1d26d8742f8b7087273e04c2. PUBLISHED_FROM=80028de308c9a021955d1425d2bfee8feb85f193
31 lines
407 B
CSS
31 lines
407 B
CSS
* {
|
|
outline: none;
|
|
}
|
|
|
|
body {
|
|
background-color: #36c;
|
|
margin: 0;
|
|
padding: 0;
|
|
font: 16px/1.4 Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
div.content {
|
|
width: 800px;
|
|
margin: 1em auto;
|
|
padding: 2em;
|
|
background-color: #fff;
|
|
border-radius: 1em;
|
|
}
|
|
|
|
code {
|
|
background: #f0f0f0;
|
|
padding: 0 0.3em;
|
|
color: #396;
|
|
border-radius: 0.3em;
|
|
}
|
|
|
|
a:link, a:visited {
|
|
color: #69c;
|
|
text-decoration: none;
|
|
}
|
|
|