Skip to content

Commit

Permalink
Added responsive behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
garciparedes committed Apr 30, 2017
1 parent eea50d3 commit 7299d8f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions web/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
</head>

<body>
<div class="container">
<div class="container-fluid">

{{ content }}

</div> <!-- /container -->
</div> <!-- /container-fluid -->
Built at <a href="http://twitter.com/twitter"
target="_blank">@twitter</a> by
<a href="http://twitter.com/stevej" target="_blank">@stevej</a>,
Expand All @@ -60,7 +60,7 @@
<br />
<div id="footer">
<div class="inner">
<div class="container">
<div class="container-fluid">
<p>

Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
Expand Down
12 changes: 6 additions & 6 deletions web/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<![endif]-->

<!-- Le styles -->
<link rel="stylesheet" href="/scala_school/bootstrap-1.1.0.min.css">
<link rel="stylesheet" href="bootstrap-1.1.0.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand All @@ -26,10 +26,10 @@
</head>

<body>

<div class="topbar">
<div class="fill">
<div class="container fixed">
<div class="container-fluid fixed">
<h3><a href="index.html">{{ page.title }}</a></h3>
<ul class="nav secondary-nav">
{% if page.prev %}
Expand All @@ -44,13 +44,13 @@ <h3><a href="index.html">{{ page.title }}</a></h3>
</div>
</div>

<div class="container" style="padding-top: 60px;">
<div class="container-fluid" style="padding-top: 60px;">
{{ content }}
</div> <!-- /container -->
</div> <!-- /container-fluid -->

<div id="footer">
<div class="inner">
<div class="container">
<div class="container-fluid">
<p>

Built at <a href="http://twitter.com/twitter"
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>Lessons</h2>
</dl>
</div>
</div>
</div> <!-- /container -->
</div> <!-- /container-fluid -->

<!-- banner -->
<a href="https://github.com/twitter/scala_school"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
Expand Down
2 changes: 1 addition & 1 deletion web/ko/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>Lessons</h2>
</dl>
</div>
</div>
</div> <!-- /container -->
</div> <!-- /container-fluid -->

<!-- banner -->
<a href="https://github.com/twitter/scala_school"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
Expand Down
2 changes: 1 addition & 1 deletion web/ru/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Уроки</h2>
</dl>
</div>
</div>
</div> <!-- /container -->
</div> <!-- /container-fluid -->
<!-- banner -->
<a href="https://github.com/twitter/scala_school"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
</body>
Expand Down
2 changes: 1 addition & 1 deletion web/zh_cn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>课程</h2>
</dl>
</div>
</div>
</div> <!-- /container -->
</div> <!-- /container-fluid -->

<!-- banner -->
<a href="https://github.com/twitter/scala_school"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
Expand Down

0 comments on commit 7299d8f

Please sign in to comment.