Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 0 additions & 8 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ mark {
#site-nav {
display: none;
}

footer {
margin-left: 60px;
}
}

/* Bootstrap small(sm) responsive breakpoint */
Expand All @@ -132,10 +128,6 @@ mark {
#site-nav {
display: none;
}

footer {
margin-left: 0;
}
}

/* Hide site navigation when printing */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ mark {
#site-nav {
display: none;
}

footer {
margin-left: 60px;
}
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only the changes in this file need to be committed as modifying the css file, packages/core/template/default/stylesheets/main.css, will only affect this test file.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for checking this for me! I've reverted and pushed changes to just that file.


/* Bootstrap small(sm) responsive breakpoint */
Expand All @@ -132,10 +128,6 @@ mark {
#site-nav {
display: none;
}

footer {
margin-left: 0;
}
}

/* Hide site navigation when printing */
Expand Down
8 changes: 0 additions & 8 deletions packages/core/template/default/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ mark {
#site-nav {
display: none;
}

footer {
margin-left: 60px;
}
}

/* Bootstrap small(sm) responsive breakpoint */
Expand All @@ -132,10 +128,6 @@ mark {
#site-nav {
display: none;
}

footer {
margin-left: 0;
}
}

/* Hide site navigation when printing */
Expand Down