Skip to content

Commit d1e2846

Browse files
Small slide template updated and domain info link.
1 parent 4186d57 commit d1e2846

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

framework/css/theme-llc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ footer .license img {
122122
max-width: 100%;
123123
}
124124
.slide:target {
125-
overflow: scroll;
125+
overflow: auto;
126126
}
127127
.slide.js-fiddle > iframe:only-of-type {
128128
position: static;

framework/sass/theme-llc.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,8 @@ footer {
126126
img {
127127
max-width: 100%;
128128
}
129-
130129
&:target {
131-
overflow: scroll;
130+
overflow: auto;
132131
}
133132
&.js-fiddle > iframe:only-of-type {
134133
position: static;

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,8 @@ <h2>Center aligning with margin</h2>
19461946
##Getting your site online
19471947

19481948
You will need to register a domain name (www.mysite.com) and get hosting. Here are a couple domain & hosting options:
1949-
1949+
1950+
* [hover.com](https://www.hover.com/?ircid=2799&irmpname=Ladies+Learning+Code)
19501951
* [dreamhost.com](http://www.dreamhost.com/r.cgi?205190)
19511952
* [bluehost.com](http://www.bluehost.com/)
19521953

@@ -1968,7 +1969,7 @@ <h2>Center aligning with margin</h2>
19681969
<section class="slide">
19691970
<h2>Thank you!</h2>
19701971
<p>Closing remarks</p>
1971-
<p class="attribution">Slidedecks created with <a href="https://github.com/LeaVerou/csss">Lea Verou's CSS-based SlideShow System</a> and <a href="http://lab.hakim.se/reveal-js/">reveal.js</a>.</p>
1972+
<p class="attribution">Slide deck presentation created with <a href="https://github.com/LeaVerou/csss">Lea Verou's CSS-based SlideShow System</a> and <a href="http://lab.hakim.se/reveal-js/">reveal.js</a>.</p>
19721973
</section>
19731974

19741975
</main><!-- cls main section -->

0 commit comments

Comments
 (0)