Skip to content

Commit 9351f3a

Browse files
authored
Fix publication button spacing (alshedivat#1322)
1 parent 8aaf0df commit 9351f3a

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

_bibliography/papers.bib

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ @book{einstein1956investigations
88
title={Investigations on the Theory of the Brownian Movement},
99
author={Einstein, Albert},
1010
year={1956},
11-
publisher={Courier Corporation,},
11+
publisher={Courier Corporation},
1212
preview={brownian-motion.gif}
1313
}
1414

@@ -17,20 +17,20 @@ @article{einstein1950meaning
1717
bibtex_show={true},
1818
title={The meaning of relativity},
1919
author={Einstein, Albert and Taub, AH},
20-
journal={American Journal of Physics,},
20+
journal={American Journal of Physics},
2121
volume={18},
2222
number={6},
2323
pages={403--404},
2424
year={1950},
25-
publisher={American Association of Physics Teachers,}
25+
publisher={American Association of Physics Teachers}
2626
}
2727

2828
@article{PhysRev.47.777,
2929
abbr={PhysRev},
3030
title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?},
3131
author={Einstein, A. and Podolsky, B. and Rosen, N.},
3232
abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.},
33-
journal={Phys. Rev.,},
33+
journal={Phys. Rev.},
3434
volume={47},
3535
issue={10},
3636
pages={777--780},
@@ -50,7 +50,7 @@ @article{PhysRev.47.777
5050
@article{einstein1905molekularkinetischen,
5151
title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen},
5252
author={Einstein, A.},
53-
journal={Annalen der physik,},
53+
journal={Annalen der physik},
5454
volume={322},
5555
number={8},
5656
pages={549--560},
@@ -62,7 +62,7 @@ @article{einstein1905movement
6262
abbr={Ann. Phys.},
6363
title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat},
6464
author={Einstein, A.},
65-
journal={Ann. Phys.,},
65+
journal={Ann. Phys.},
6666
volume={17},
6767
pages={549--560},
6868
year={1905}

_layouts/bib.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
{% else %}
212212
data-id="{{ entry.dimensions }}"
213213
{% endif %}
214-
data-hide-zero-citations="true" data-style="small_rectangle" data-legend="hover-right" style="margin-bottom: 6px;"></span>
214+
data-hide-zero-citations="true" data-style="small_rectangle" data-legend="hover-right" style="margin-bottom: 3px;"></span>
215215
{%- endif %}
216216
</div>
217217
{%- endif %}

_sass/_base.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ footer.sticky-bottom {
635635
padding-right: 1rem;
636636
padding-top: 0.25rem;
637637
padding-bottom: 0.25rem;
638+
margin-left: 0;
638639

639640
&:hover {
640641
color: var(--global-theme-color);
@@ -644,11 +645,12 @@ footer.sticky-bottom {
644645
}
645646

646647
.badges {
648+
padding-bottom: 0.5rem;
647649
span {
648650
display: inline-block;
649651
color: $black-color;
650652
height: 100%;
651-
padding-left: 0.5rem;
653+
padding-right: 0.5rem;
652654
vertical-align: middle;
653655

654656
&:hover {

0 commit comments

Comments
 (0)