diff options
author | Wilson Page <wilsonpage@me.com> | 2013-09-29 16:40:39 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-09-29 16:40:39 +0100 |
commit | 4644cdd24c3fa453f2c74b6c9c2500636c564919 (patch) | |
tree | 9163ff4cc7ac448c25766e798cf8d7fc3fbefdd9 | |
parent | e7f7d15665b5460d704e558b5653db56988a0736 (diff) | |
download | fastdom-4644cdd24c3fa453f2c74b6c9c2500636c564919.zip fastdom-4644cdd24c3fa453f2c74b6c9c2500636c564919.tar.gz fastdom-4644cdd24c3fa453f2c74b6c9c2500636c564919.tar.bz2 |
Update aspect-ratio.html
-rw-r--r-- | examples/aspect-ratio.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/aspect-ratio.html b/examples/aspect-ratio.html index 4b40419..3c60a30 100644 --- a/examples/aspect-ratio.html +++ b/examples/aspect-ratio.html @@ -6,7 +6,7 @@ <style> * { - box-sizing: border-box; + box-sizing: border-box; } div { @@ -93,4 +93,4 @@ resetbtn.onclick = reset; </script> </body> -</html>
\ No newline at end of file +</html> |