Skip to content

Commit

Permalink
Make containers smaller to fit in embedded fiddles
Browse files Browse the repository at this point in the history
  • Loading branch information
larsac07 committed Aug 13, 2015
1 parent ec9e37c commit 74149f3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions demos/3dbars-demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";
#container {
height: 300px;
min-width: 310px;
max-width: 800px;
margin: 0 auto;
}
.highcharts-container {
height: 600px;
}
#sliders {
text-align: center;
margin-top: 50px;
}
.slider-container {
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion demos/areaspline-demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";
#container {
height: 600px;
height: 400px;
min-width: 310px;
max-width: 800px;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion demos/bars-demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";
#container {
height: 600px;
height: 400px;
min-width: 310px;
max-width: 800px;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion demos/map-australia-bubbles-demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";
#container {
height: 600px;
height: 400px;
min-width: 310px;
max-width: 800px;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion demos/map-australia-colors-demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";
#container {
height: 600px;
height: 400px;
min-width: 310px;
max-width: 800px;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion demos/map-world-bubbles-demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";
#container {
height: 600px;
height: 400px;
min-width: 310px;
max-width: 800px;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion demos/pie-demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";
#container {
height: 600px;
height: 400px;
min-width: 310px;
max-width: 800px;
margin: 0 auto;
Expand Down

0 comments on commit 74149f3

Please sign in to comment.