Skip to content

Commit 95d54a5

Browse files
committed
serveral html fixes and a css simplication
1 parent a16d660 commit 95d54a5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

_includes/bottom.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div id="copyright">
77
© 2012-2014 <a href="http://plataformatec.com.br/">Plataformatec</a>. All rights reserved.
8-
</p>
8+
</div>
99
</div><!-- .wrap -->
1010
</div><!-- #container -->
1111

_includes/sponsors.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="widget">
1+
<div id="sponsors" class="widget">
22
<h3 class="widget-title">Sponsors</h3>
33
<ul>
4-
<li class="image"><a href="http://plataformatec.com.br" title="Plataformatec"><img class="no-border" src="/images/logo/plataformatec.png" /></a></li>
4+
<li class="image"><a href="http://plataformatec.com.br" title="Plataformatec"><img src="/images/logo/plataformatec.png" alt="Plataformatec Logo" width="190" height="74" /></a></li>
55
</ul>
66
</div>

css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ img.alignleft, img.alignright {
274274
blockquote.alignleft, blockquote .alignright { width: 33%; }
275275
.byline abbr, .entry-meta abbr, .comment-meta abbr { border: none; }
276276
.clear { clear: both; }
277+
.no-border { border: 0 };
277278

278279
/* Tables
279280
-------------------------------------------------------------- */
@@ -404,7 +405,6 @@ a:hover img, #slider-nav li a:hover img { opacity: 0.85; }
404405
border: 1px solid #e5e5e5;
405406
}
406407
.rss-button { margin-bottom: 25px; }
407-
img.no-border { border: 0 };
408408

409409
/* Layout
410410
-------------------------------------------------------------- */
@@ -569,7 +569,6 @@ body.source div.menu li.source a {
569569
height: 150px;
570570
margin: 3px 25px 20px 0;
571571
}
572-
.no-border { border: 0 };
573572

574573
/* Post titles
575574
-------------------------------------------------------------- */
@@ -704,6 +703,7 @@ li.image {
704703
list-style: none;
705704
margin-bottom: 10px;
706705
}
706+
#sponsors li.image img { border:0; }
707707

708708
/* Widget titles
709709
-------------------------------------------------------------- */

docs.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: default
88

99
Choose which version you want documentation for.
1010

11-
<span id="stable"></stable>
11+
<span id="stable"></span>
1212
#### v1.0
1313

1414
* [Elixir](/docs/stable/elixir) - standard library

getting_started/1.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ guide: 1
66

77
# {{ page.title }}
88

9-
<div class="toc"></div>
9+
<div class="toc"></div>
1010

1111
Welcome!
1212

getting_started/3.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ guide: 3
66

77
# {{ page.title }}
88

9-
<div class="toc"></div>
9+
<div class="toc"></div>
1010

1111
In the previous chapter, we saw Elixir provides `+`, `-`, `*`, `/` as arithmetic operators, plus the functions `div/2` and `rem/2` for integer division and remainder.
1212

0 commit comments

Comments
 (0)