Skip to content

Instantly share code, notes, and snippets.

@rwatts3
Created August 23, 2018 22:00
Show Gist options
  • Save rwatts3/0e2fbee6135508b9bbecab4a85951863 to your computer and use it in GitHub Desktop.
Save rwatts3/0e2fbee6135508b9bbecab4a85951863 to your computer and use it in GitHub Desktop.
Jump List Panel Horizontal Styling.
<style>
.panel_jumplist_outer [data-seo-top] {
display: table;
width: 100%;
text-align: center;
clear: both;
}
.panel_jumplist_outer [data-seo-top] ol,
.panel_jumplist_outer [data-seo-top] ul {
list-style: none;
}
.panel_jumplist_outer [data-seo-top] li {
display: inline;
margin: 10px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment