Skip to content

Commit 9695f71

Browse files
committed
t
1 parent 1517c5d commit 9695f71

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

_layouts/piclay.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
hj
4+
55
<div id="picid" class="col-sm-12">
66
{{ content }}
77
</div>

_pages/pictures.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,26 @@ permalink: /pictures/
4444
Jump to: Leiden, ETHZ, Cornell, St Andrews
4545

4646
## Leiden
47-
47+
First advertisement.
4848
<figure>
49-
<img src="{{ site.url }}{{ site.baseurl }}/images/picpic/WebpageLeiden_red.jpg" width="75%">
50-
<figcaption2>First advertisement.</figcaption2>
49+
<img src="{{ site.url }}{{ site.baseurl }}/images/picpic/WebpageLeiden_red.jpg" width="60%" >
5150
</figure>
5251

5352

5453
## ETHZ
54+
From the group of Andreas Wallraff.
5555
<figure>
56-
<img src="{{ site.url }}{{ site.baseurl }}/images/picpic/WebpageETH_red.jpg" width="75%">
57-
<figcaption2>From the group of Andreas Wallraff.</figcaption2>
56+
<img src="{{ site.url }}{{ site.baseurl }}/images/picpic/WebpageETH_red.jpg" width="60%">
5857
</figure>
5958

6059
## Cornell
60+
From the group of Seamus JC Davis.
6161
<figure>
62-
<img src="{{ site.url }}{{ site.baseurl }}/images/picpic/WebpageCornell_red.jpg" width="75%">
63-
<figcaption2>From the group of Seamus JC Davis.</figcaption2>
62+
<img src="{{ site.url }}{{ site.baseurl }}/images/picpic/WebpageCornell_red.jpg" width="60%">
6463
</figure>
6564

6665
## St Andrews
66+
From the group of Felix Baumberger (now at University of Geneva).
6767
<figure>
68-
<img src="{{ site.url }}{{ site.baseurl }}/images/picpic/WebpageSTA_red.jpg" width="75%">
69-
<figcaption2>From the group of Felix Baumberger (now at University of Geneva).</figcaption2>
68+
<img src="{{ site.url }}{{ site.baseurl }}/images/picpic/WebpageSTA_red.jpg" width="60%">
7069
</figure>

css/main.scss

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ figcaption {
1919
margin-bottom: 20px;
2020
}
2121

22-
figcaption2 {
23-
text-align: center;
24-
margin-top: -20px;
25-
margin-bottom: 20px;
26-
}
2722

2823

2924
/* Top navigation bar */
@@ -68,7 +63,7 @@ firstp {
6863
/* Team & Publications */
6964
#gridid img { margin: 16px 22px 6px 0; border-radius:10%; box-shadow: 2px 2px 5px #888888 }
7065
#homeid img { margin: 0 0 0 0; border-radius:5%; box-shadow: 0px 0px 0px #888888 }
71-
#picid img { margin: 16px 12px 6px 0; border-radius:1%; box-shadow: 2px 2px 5px #888888 }
66+
#picid img { margin: 6px 3px 60px 6px; border-radius:1%; box-shadow: 2px 2px 5px #888888 }
7267
#gridid .row { margin-bottom: 24px; }
7368

7469

0 commit comments

Comments
 (0)