Skip to content

Commit

Permalink
Format all code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Apr 17, 2020
1 parent 05380a6 commit 2fd0e8f
Show file tree
Hide file tree
Showing 1,543 changed files with 552,614 additions and 445,242 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Ask a question
about: Please use the community forum (https://community.cesium.com/) for general questions about using Cesium.
about: Please use the community forum (https://community.cesium.com/) for general questions about using Cesium.
---

:exclamation: Please use the [community forum](https://community.cesium.com/) for asking questions about how to use Cesium and best practices. The core Cesium team actively monitors the forum and we love seeing what people are working on! :exclamation:
:exclamation: Please use the [community forum](https://community.cesium.com/) for asking questions about how to use Cesium and best practices. The core Cesium team actively monitors the forum and we love seeing what people are working on! :exclamation:
54 changes: 27 additions & 27 deletions Apps/CesiumViewer/CesiumViewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@
@import url(../../Source/Widgets/lighter.css);

html {
height: 100%;
height: 100%;
}

body {
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
padding: 0;
background: #000;
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
padding: 0;
background: #000;
}

.fullWindow {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
padding: 0;
font-family: sans-serif;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
padding: 0;
font-family: sans-serif;
}

.loadingIndicator {
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -33px;
width: 66px;
height: 66px;
background-position: center;
background-repeat: no-repeat;
background-image: url(Images/ajax-loader.gif);
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -33px;
width: 66px;
height: 66px;
background-position: center;
background-repeat: no-repeat;
background-image: url(Images/ajax-loader.gif);
}
Loading

0 comments on commit 2fd0e8f

Please sign in to comment.