Skip to content

Commit f81bc6b

Browse files
committed
Slightly different styling for slides/joind.in links
1 parent fed152a commit f81bc6b

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

css/source/theme.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ section.has-light-background {
6666
font-size: .8em;
6767
}
6868

69+
.slides-link {
70+
display: block;
71+
margin-top: 1em;
72+
font-size: .86em;
73+
white-space: nowrap;
74+
+ .slides-link {
75+
margin-top: 0;
76+
}
77+
}
78+
6979
.speaker-headshot {
7080
display: inline-block;
7181
vertical-align: middle;

css/theme.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,14 @@ body {
293293
margin-top: 1em;
294294
font-size: .8em; }
295295

296+
.slides .slides-link {
297+
display: block;
298+
margin-top: 1em;
299+
font-size: .86em;
300+
white-space: nowrap; }
301+
.slides .slides-link + .slides-link {
302+
margin-top: 0; }
303+
296304
.slides .speaker-headshot {
297305
display: inline-block;
298306
vertical-align: middle;

slides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Steve Grunwell<br>
44
[@stevegrunwell](https://twitter.com/stevegrunwell)
55

6-
[stevegrunwell.com/slides/php-cli](https://stevegrunwell.com/slides/php-cli)
6+
[stevegrunwell.com/slides/php-cli](https://stevegrunwell.com/slides/php-cli)<!-- .element: class="slides-link" -->

slides/thank-you.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Steve Grunwell<br>
55
[10up.com](http://10up.com)<br>
66
*now hiring!*
77

8-
[stevegrunwell.com/slides/php-cli](https://stevegrunwell.com/slides/php-cli)<br>
9-
[joind.in/talk/e9465](https://joind.in/talk/e9465)
8+
[stevegrunwell.com/slides/php-cli](https://stevegrunwell.com/slides/php-cli)<!-- .element: class="slides-link" -->
9+
[joind.in/talk/e9465](https://joind.in/talk/e9465)<!-- .element: class="slides-link" -->

0 commit comments

Comments
 (0)