Skip to content

Commit

Permalink
chore(examples): make flash of unstyled content less jarring
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Oct 11, 2019
1 parent 1a1ab98 commit 3d91fe1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions examples/example-styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
body {
background: white;
padding: 20px;
overflow: scroll;
}
#content {
width: 100%;
Expand Down Expand Up @@ -56,10 +54,6 @@ body {
cursor: -moz-grab;
cursor: -webkit-grab;
}
li b {
font-size: 19px;
line-height: 14px;
}

.toolbox {
background-color: #dfd;
Expand Down
1 change: 1 addition & 0 deletions examples/template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta charset="UTF-8">
<script src="<%= base %>/commons.js"></script>
<script src="<%= base %>/<%= index %>-<%= source %>.js"></script>
<style>body { padding: 20px; }</style>
<title>RGL Example <%= index %> - <%= title %></title>
</head>
<body>
Expand Down

0 comments on commit 3d91fe1

Please sign in to comment.