/* | |
* Copyright 2021 The Go Authors. All rights reserved. | |
* Use of this source code is governed by a BSD-style | |
* license that can be found in the LICENSE file. | |
*/ | |
.ImportedBy-list { | |
list-style: none; | |
padding: 0; | |
} | |
.ImportedBy .Pagination-nav, | |
.ImportedBy .Pagination-navInner { | |
justify-content: flex-start; | |
} | |
.ImportedBy-detailsContent { | |
margin-left: 2.5rem; | |
} | |
.ImportedBy-detailsIndent { | |
margin-left: 1.1rem; | |
} |