15 lines
No EOL
184 B
CSS
15 lines
No EOL
184 B
CSS
body {
|
|
min-width: 800px;
|
|
}
|
|
|
|
.list-group-item .badge a {
|
|
color: white;
|
|
}
|
|
|
|
.web-api-standards-container h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
section p:first-child {
|
|
padding-top: 1em;
|
|
} |