Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 8 additions & 18 deletions lib/rdoc/generator/template/darkfish/css/rdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@ main {
main {
margin-left: var(--sidebar-width);
}

.table-of-contents main {
margin-left: 20em;
}

#navigation-toggle {
display: none;
}
}

main h1[class] {
Expand All @@ -311,12 +319,6 @@ main h6 {
color: var(--highlight-color);
}

@media (min-width: 1024px) {
.table-of-contents main {
margin-left: 20em;
}
}

/* Search */
#search-section {
padding: 1em;
Expand Down Expand Up @@ -514,18 +516,6 @@ main header h3 {
.hide { display: none !important; }
.initially-hidden { display: none; }

/* Media Queries */
@media (min-width: 1024px) {
/* Styles for larger screens */
.table-of-contents main {
margin-left: 20em;
}
}

@media print {
/* Print-specific styles */
}

/* Table of Contents */
.table-of-contents ul {
margin: 1em;
Expand Down
Loading