-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslides.fm.patch
More file actions
35 lines (35 loc) · 909 Bytes
/
slides.fm.patch
File metadata and controls
35 lines (35 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
21a22,43
>
> <style>
> /**
> * A *tiny* Last.fm template for the Google HTML5 slide template.
> *
> * Authors:
> * * Marek Ventur <marek@last.fm>
> * * Sam Smith <samuel@last.fm>
> */
>
> .slides.template-lastfm article {
> background: #FFFFFF url(http://cdn.lst.fm/flatness/join/lastfmlogo.png) 730px 562px no-repeat;
> }
>
> .slides.template-lastfm .biglogo {
> background-position: center;
> }
>
> .slides.template-lastfm .nobackground {
> background-image: none;
> }
> </style>
24,30d45
< <style>
< /* Your individual styles here, or just use inline styles if that’s
< what you want. */
<
<
< </style>
<
33c48
< <section class='slides layout-regular template-default'>
---
> <section class='slides layout-regular template-lastfm'>