fixing style in complex user map
This commit is contained in:
@ -20,14 +20,18 @@ entries:
|
|||||||
output: pdf
|
output: pdf
|
||||||
type: frontmatter
|
type: frontmatter
|
||||||
|
|
||||||
- title: Getting Started
|
- title: Introduction
|
||||||
output: web, pdf
|
output: web, pdf
|
||||||
folderitems:
|
folderitems:
|
||||||
|
|
||||||
- title: Simple Workflow
|
- title: Overview
|
||||||
url: /p2_landing_page/
|
url: /p2_landing_page/
|
||||||
output: web
|
output: web
|
||||||
|
|
||||||
|
- title: Simple Workflow
|
||||||
|
output: web, pdf
|
||||||
|
folderitems:
|
||||||
|
|
||||||
- title: Sample 1
|
- title: Sample 1
|
||||||
url: /p2_sample1/
|
url: /p2_sample1/
|
||||||
output: web, pdf
|
output: web, pdf
|
||||||
|
@ -1055,9 +1055,10 @@ table thead th code.highlighter-rouge {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#userMap {
|
#userMap {
|
||||||
/*overflow-x: scroll;*/
|
overflow-x: auto;
|
||||||
/*overflow-y: hidden;*/
|
overflow-y: auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
min-width: 770px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#userMap .active {
|
#userMap .active {
|
||||||
|
Reference in New Issue
Block a user