summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-09-29 16:40:39 +0100
committerWilson Page <wilsonpage@me.com>2013-09-29 16:40:39 +0100
commit4644cdd24c3fa453f2c74b6c9c2500636c564919 (patch)
tree9163ff4cc7ac448c25766e798cf8d7fc3fbefdd9
parente7f7d15665b5460d704e558b5653db56988a0736 (diff)
downloadfastdom-4644cdd24c3fa453f2c74b6c9c2500636c564919.zip
fastdom-4644cdd24c3fa453f2c74b6c9c2500636c564919.tar.gz
fastdom-4644cdd24c3fa453f2c74b6c9c2500636c564919.tar.bz2
Update aspect-ratio.html
-rw-r--r--examples/aspect-ratio.html4
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>