Skip to content
Aidan Sawyer edited this page Oct 26, 2018 · 4 revisions

Welcome to the bulib-wc wiki!

<script src="https://unpkg.com/@webcomponents/webcomponentsjs@next/webcomponents-loader.js"></script>
<!-- pull in bulib-wc components -->
<script src="https://cdn.jsdelivr.net/gh/bulib/[email protected]/locoso/locoso.min.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/gh/bulib/[email protected]/footer/footer.min.js" type="module"></script>
<!--script src="./bulib-ftr.js" type="module"></script-->
<style> #sitemap { border-left: lightgrey 1px; } h3 { margin-top: 0px; margin-bottom: 0px; text-align: center; } ul, ol { margin-top: 5px; margin-bottom: 5px; } .pam { padding: 10px; } .white-link, .white-link:active, .white-link:visited { color: white; font-weight: normal; } .white-link:hover { font-weight: bold; } .multi-column { column-gap: 40px; column-count: 2; } </style>

Clone this wiki locally