Undo changes that are included in other PRs
This commit is contained in:
parent
02e1404e34
commit
927306ddb9
2 changed files with 7 additions and 7 deletions
|
@ -134,6 +134,10 @@ main {
|
|||
border-right: @nav-border-color 1px solid;
|
||||
}
|
||||
|
||||
:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
@ -290,8 +294,8 @@ main {
|
|||
}
|
||||
|
||||
// Flex theme and Theme selection separator
|
||||
span.theme-separator {
|
||||
margin: 0 4px;
|
||||
span.footer-separator {
|
||||
margin: 0 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -561,10 +565,6 @@ ul.social {
|
|||
left: 25vw;
|
||||
overflow-x: hidden;
|
||||
|
||||
nav {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
article {
|
||||
|
||||
&.single {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue