diff --git a/index.htm b/index.htm index 8b6f3f4..084c132 100755 --- a/index.htm +++ b/index.htm @@ -114,7 +114,7 @@ -
+

Picture

diff --git a/styles/projection.css b/styles/projection.css index 9add681..3656ca1 100755 --- a/styles/projection.css +++ b/styles/projection.css @@ -139,7 +139,7 @@ A { -webkit-border-radius:0.3em; -moz-border-radius:0.3em; border-radius:0.3em; - background:#EEE; + background:#FAFAA2; font-family:Consolas, 'Droid Sans Mono', monospace; } @@ -352,4 +352,7 @@ A { -moz-transition:width 0.2s linear; -o-transition:width 0.2s linear; transition:width 0.2s linear; - } \ No newline at end of file + } +.progress-off:target ~ .progress { + display:none; + } \ No newline at end of file