mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-23 19:20:54 +00:00
Change page-toc bullets to be different from overall-toc arrows
This commit is contained in:
@@ -292,12 +292,24 @@ pre code {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.dev_nav_sidebar li:before {
|
||||
content: "\f105"; /* fontawesome angle-right */
|
||||
content: "\f111"; /* fontawesome circle */
|
||||
font-family: FontAwesome;
|
||||
font-size: 8px;
|
||||
position: relative;
|
||||
left: -15px;
|
||||
top: -2px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
.dev_nav_sidebar .level-3:before {
|
||||
content: "\f0c8"; /* fontawesome square */
|
||||
font-size: 6px;
|
||||
top: -2px;
|
||||
left: -14px;
|
||||
color: #888;
|
||||
}
|
||||
.dev_nav_sidebar .level-2:before {
|
||||
content: "\f1db"; /* fontawesome circle-thin */
|
||||
}
|
||||
|
||||
.dev_nav_wrapper {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user