Skip to content

Commit d4f3dff

Browse files
author
Jorge
committed
minor css changes to docs
1 parent 0bb8cff commit d4f3dff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/manual/source/layouts/guide_layout.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<%= stylesheet_link_tag "bootstrap.min", "bootstrap-responsive.min", "pygment", "main.css" %>
1212
<style type="text/css">
1313
body {
14-
padding-top: 10px;
14+
padding-top: 20px;
1515
}
1616
</style>
1717
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
@@ -37,6 +37,6 @@
3737
</div>
3838
<div id="push"></div>
3939
</div>
40-
<%= partial "footer" %>
40+
<%= partial "footer" %>
4141
</body>
4242
</html>

docs/src/manual/source/layouts/layout.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
</div>
2424
<div id="push"></div>
2525
</div>
26-
<%= partial "footer" %>
26+
<%= partial "footer" %>
2727
</body>
2828
</html>

docs/src/manual/source/stylesheets/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
html,
22
body {
33
height: 100%;
4-
padding-top: 60px;
4+
padding-top: 30px;
55
padding-bottom: 40px;
66
}
77

0 commit comments

Comments
 (0)