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;
|
border-right: @nav-border-color 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:first-child {
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
|
||||||
:last-child {
|
:last-child {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
@ -290,8 +294,8 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Flex theme and Theme selection separator
|
// Flex theme and Theme selection separator
|
||||||
span.theme-separator {
|
span.footer-separator {
|
||||||
margin: 0 4px;
|
margin: 0 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -561,10 +565,6 @@ ul.social {
|
||||||
left: 25vw;
|
left: 25vw;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
nav {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
article {
|
article {
|
||||||
|
|
||||||
&.single {
|
&.single {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<p>{{ _('Built with %(pelican_url)s using %(flex_url)s theme',
|
<p>{{ _('Built with %(pelican_url)s using %(flex_url)s theme',
|
||||||
pelican_url='<a href="http://getpelican.com" target="_blank">Pelican</a>',
|
pelican_url='<a href="http://getpelican.com" target="_blank">Pelican</a>',
|
||||||
flex_url='<a href="http://bit.ly/flex-pelican" target="_blank">Flex</a>'|safe) }}
|
flex_url='<a href="http://bit.ly/flex-pelican" target="_blank">Flex</a>'|safe) }}
|
||||||
<span class="theme-separator">|</span>
|
<span class="footer-separator">|</span>
|
||||||
Switch to the
|
Switch to the
|
||||||
<a href="javascript:void(0)" onclick="switchTheme('dark')">
|
<a href="javascript:void(0)" onclick="switchTheme('dark')">
|
||||||
dark
|
dark
|
||||||
|
|
Loading…
Reference in a new issue