remove extra whitespace in css

This commit is contained in:
Hakim El Hattab
2013-03-08 19:33:34 -05:00
parent b855142f65
commit 7dd2a10b34
7 changed files with 22 additions and 22 deletions

View File

@@ -345,8 +345,8 @@ body {
.reveal .controls div {
position: absolute;
opacity: 0.1;
width: 0;
height: 0;
width: 0;
height: 0;
border: 12px solid transparent;
-webkit-transition: opacity 0.2s ease;