mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-25 05:12:46 +00:00
19 lines
278 B
CSS
19 lines
278 B
CSS
body {
|
|
padding: 30px 50px;
|
|
font: 12px/1.4 "Helvetica Neue", Arial, sans-serif;
|
|
}
|
|
a {
|
|
color: #00AAFF;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.user {
|
|
margin: 0 10px;
|
|
float: left;
|
|
width: 300px;
|
|
}
|
|
table td:nth-child(2) {
|
|
padding: 0 5px;
|
|
} |