web-api-manager/add-on/config/css/config.css

15 lines
184 B
CSS
Raw Normal View History

2017-10-12 19:00:04 +00:00
body {
2017-10-14 18:52:56 +00:00
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;
2017-10-12 19:00:04 +00:00
}