Skip to content

Commit 2fd0e8f

Browse files
committed
Format all code with prettier
1 parent 05380a6 commit 2fd0e8f

File tree

1,543 files changed

+552614
-445242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,543 files changed

+552614
-445242
lines changed

.github/ISSUE_TEMPLATE/question.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Ask a question
3-
about: Please use the community forum (https://community.cesium.com/) for general questions about using Cesium.
3+
about: Please use the community forum (https://community.cesium.com/) for general questions about using Cesium.
44
---
55

6-
: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:
6+
: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:

Apps/CesiumViewer/CesiumViewer.css

+27-27
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
@import url(../../Source/Widgets/lighter.css);
33

44
html {
5-
height: 100%;
5+
height: 100%;
66
}
77

88
body {
9-
height: 100%;
10-
width: 100%;
11-
margin: 0;
12-
overflow: hidden;
13-
padding: 0;
14-
background: #000;
9+
height: 100%;
10+
width: 100%;
11+
margin: 0;
12+
overflow: hidden;
13+
padding: 0;
14+
background: #000;
1515
}
1616

1717
.fullWindow {
18-
position: absolute;
19-
top: 0;
20-
left: 0;
21-
height: 100%;
22-
width: 100%;
23-
margin: 0;
24-
overflow: hidden;
25-
padding: 0;
26-
font-family: sans-serif;
18+
position: absolute;
19+
top: 0;
20+
left: 0;
21+
height: 100%;
22+
width: 100%;
23+
margin: 0;
24+
overflow: hidden;
25+
padding: 0;
26+
font-family: sans-serif;
2727
}
2828

2929
.loadingIndicator {
30-
display: block;
31-
position: absolute;
32-
top: 50%;
33-
left: 50%;
34-
margin-top: -33px;
35-
margin-left: -33px;
36-
width: 66px;
37-
height: 66px;
38-
background-position: center;
39-
background-repeat: no-repeat;
40-
background-image: url(Images/ajax-loader.gif);
30+
display: block;
31+
position: absolute;
32+
top: 50%;
33+
left: 50%;
34+
margin-top: -33px;
35+
margin-left: -33px;
36+
width: 66px;
37+
height: 66px;
38+
background-position: center;
39+
background-repeat: no-repeat;
40+
background-image: url(Images/ajax-loader.gif);
4141
}

0 commit comments

Comments
 (0)