Skip to content

Commit

Permalink
Remove margin/padding from .no-border
Browse files Browse the repository at this point in the history
Change markup to move cover and translation links closer together.
  • Loading branch information
fforw committed Mar 22, 2020
1 parent dcf76e8 commit ab074d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/css/slideshow-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,15 @@ ul.inline li

.no-border
{
margin: 0 !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
}

.no-border-small
{
margin: 0px 0px !important;
margin: 0 !important;
border: none !important;
box-shadow: none !important;
max-height: 75% !important;
Expand Down
11 changes: 5 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,17 @@
<div class="reveal">
<div class="slides">
<section data-transition="fade">
<p>
<img class="no-border" data-src="images/cover.jpg"/>
</p>
<div class="gh-link">
<a href="https://github.com/wheredideveryonego/book" title="Link to project on github">project</a>
</div>
<img class="no-border" data-src="images/cover.jpg"/>
<br>
<ul class="inline small">
<li><b>english</b></li>
<li><a href="index_de.html">deutsch</a></li>
<li><a href="index_jp.html">日本語</a></li>
<li><a href="index_hi.html">हिंदी</a></li>
</ul>
<div class="gh-link">
<a href="https://github.com/wheredideveryonego/book" title="Link to project on github">project</a>
</div>
</section>
<section class="" data-transition="fade">
<div class="container">
Expand Down

0 comments on commit ab074d5

Please sign in to comment.