summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2019-01-21 05:32:59 +0100
committerThomas Lange <code@nerdmind.de>2019-01-21 05:32:59 +0100
commit17c4bccef5ad402e622767bd428bc7b91198289c (patch)
tree22e805ca382185df8d06d54e1bdec10d43c89118
parent7f42d61161ae010e5a970934d9f827ddafa0d586 (diff)
downloadslideshow-17c4bccef5ad402e622767bd428bc7b91198289c.tar.gz
slideshow-17c4bccef5ad402e622767bd428bc7b91198289c.tar.xz
slideshow-17c4bccef5ad402e622767bd428bc7b91198289c.zip
Close CSS comment blocks correctly
-rw-r--r--rsrc/main.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/rsrc/main.css b/rsrc/main.css
index 65de888..fd1c116 100644
--- a/rsrc/main.css
+++ b/rsrc/main.css
@@ -1,14 +1,14 @@
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-/* Main
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+# Main
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html{margin:0;padding:0;height:100%;font-size:1.25rem;background:#DDD;}
body{margin:0;padding:0;height:100%;font-size:1.00rem;display:flex;}
main{margin:auto;padding:1rem;background:#FFF;width:60rem;border:0.05rem solid #AAA;}
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-/* Slideshow
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+# Slideshow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.slideshow {
display:flex;
width:100%;
@@ -88,9 +88,9 @@ main{margin:auto;padding:1rem;background:#FFF;width:60rem;border:0.05rem solid #
background:#DDD;
}
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-/* Animation
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+# Animation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@keyframes animation {
0% {transform:translateY(-50rem);}
100%{transform:translateY(0);}