Summary: - Dynamic loading of documentation pages - code highlighting for markdown files - editing playground from sidebar Reviewed By: emilsjolander Differential Revision: D6964951 fbshipit-source-id: 1c7f36afa8d23215471d5b9a9c01bd2241c2008e
16 lines
206 B
CSS
16 lines
206 B
CSS
.DocsSidebar {
|
|
height: 100%;
|
|
width: 350px;
|
|
padding: 20px;
|
|
border-right: 1px solid #dddfe2;
|
|
}
|
|
|
|
.DocsSidebar h3 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.DocsSidebar h4 {
|
|
margin-top: 10px;
|
|
margin-bottom: 5px;
|
|
}
|