Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2018-11-25 11:50:31 +0300
committerYan Zhu <picturepan2@hotmail.com>2018-11-25 11:50:31 +0300
commit4da76f6144709b940d16d8f8f200fd5344364409 (patch)
treee220105d0449a69e3809898b33c134200b0eafa3 /dist
parent38fd80e7a02a158dce1ba1edb4d6144e2325585a (diff)
Fix CSS coding order
Diffstat (limited to 'dist')
-rw-r--r--dist/spectre-exp.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/spectre-exp.css b/dist/spectre-exp.css
index 9ea8c2d..c9b64be 100644
--- a/dist/spectre-exp.css
+++ b/dist/spectre-exp.css
@@ -1057,7 +1057,7 @@
}
.viewer-360 {
- align-items: center;
+ align-items: center;
display: flex;
display: -ms-flexbox;
-ms-flex-align: center;