Skip to content

Commit 368d7b6

Browse files
committed
clean upload
1 parent fe93311 commit 368d7b6

File tree

5 files changed

+45
-36
lines changed

5 files changed

+45
-36
lines changed

Diff for: css/styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
background-image: none
2020
}
2121

22+
.container-fluid {
23+
margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px
24+
}
25+
2226
#showcase-intro {
2327
margin-bottom: 30px;
2428
}

Diff for: ggiraph.html

+17-18
Large diffs are not rendered by default.

Diff for: ggstance.html

+18-16
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
<script src="libs/bootstrap-3.3.1/shim/respond.min.js"></script>
2121

2222
<!-- Styles for this site -->
23+
<meta name="viewport" content="width=device-width, initial-scale=1">
2324
<link href="css/styles.css" rel="stylesheet">
2425

26+
2527
<!-- Polyfill JS -->
2628
<script src="js/polyfill.js"></script>
2729

@@ -85,6 +87,7 @@ <h3 class="navbar-left"><strong>ggplot2</strong> extensions</h3>
8587
ggplot2 now has an official extension mechanism. This means that others can now easily create their own stats, geoms and positions, and provide them in other packages. This should allow the ggplot2 community to flourish, even as less development work happens in ggplot2 itself. This page showcases these extensions.
8688
</div>
8789

90+
<div class="container-fluid">
8891
<div class="row">
8992

9093
<div class="col-sm-4">
@@ -102,22 +105,7 @@ <h5 class="list-group-item-heading">ggstance</h5>
102105

103106
</div> <!-- col-sm-4 -->
104107

105-
<div class="col-sm-8" id="showcase-body"></div> <!-- col-sm-8 -->
106-
107-
</div> <!-- row -->
108-
109-
</div> <!-- showcase-header -->
110-
111-
<div id="page-body"></div>
112-
113-
<!--/html_preserve-->
114-
115-
<div id="header">
116-
<h1 class="title">ggplot2 extensions: ggstance</h1>
117-
</div>
118-
119-
120-
<div id="ggstance" class="section level3">
108+
<div id="ggstance" class="col-sm-8">
121109
<h3>ggstance</h3>
122110
<p><a href="https://github.com/lionel-/ggstance" class="uri">https://github.com/lionel-/ggstance</a></p>
123111
<p>ggstance implements horizontal versions of common ggplot2 geoms.</p>
@@ -134,8 +122,22 @@ <h3>ggstance</h3>
134122
geom_boxplot() +
135123
coord_flip()</code></pre>
136124
<p><img src="ggstance_files/figure-html/unnamed-chunk-1-2.png" title="" alt="" width="576" /></p>
125+
</div> <!-- col-sm-8 -->
126+
127+
</div> <!-- row -->
137128
</div>
138129

130+
</div> <!-- showcase-header -->
131+
132+
133+
134+
<!--/html_preserve-->
135+
136+
137+
138+
139+
140+
139141

140142
</div> <!-- page-body -->
141143

Diff for: include/before_body.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h3 class="navbar-left"><strong>ggplot2</strong> extensions</h3>
1717
ggplot2 now has an official extension mechanism. This means that others can now easily create their own stats, geoms and positions, and provide them in other packages. This should allow the ggplot2 community to flourish, even as less development work happens in ggplot2 itself. This page showcases these extensions.
1818
</div>
1919

20+
<div class="container-fluid">
2021
<div class="row">
2122

2223
<div class="col-sm-4">
@@ -34,12 +35,13 @@ <h5 class="list-group-item-heading">ggstance</h5>
3435

3536
</div> <!-- col-sm-4 -->
3637

37-
<div class="col-sm-8" id="showcase-body"></div> <!-- col-sm-8 -->
38+
<div class="col-sm-8" id="page-body"></div> <!-- col-sm-8 -->
3839

3940
</div> <!-- row -->
41+
</div>
4042

4143
</div> <!-- showcase-header -->
4244

43-
<div id="page-body"></div>
45+
4446

4547
<!--/html_preserve-->

Diff for: include/in_header.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
<!-- Styles for this site -->
3+
<meta name="viewport" content="width=device-width, initial-scale=1">
34
<link href="css/styles.css" rel="stylesheet">
45

6+
57
<!-- Polyfill JS -->
68
<script src="js/polyfill.js"></script>

0 commit comments

Comments
 (0)