mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-22 04:06:23 -06:00
14 lines
156 B
CSS
14 lines
156 B
CSS
#quicklinks {
|
|
line-height: 130%;
|
|
}
|
|
|
|
#quicklinks.sidebar {
|
|
overflow-y: scroll;
|
|
height: 100%;
|
|
position: fixed;
|
|
}
|
|
|
|
#quicklinks a {
|
|
display: block;
|
|
}
|