summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-09-29 16:43:15 +0100
committerWilson Page <wilsonpage@me.com>2013-09-29 16:43:15 +0100
commitcff4e5ac64e809c7649bc4d0f3fca26b72e7aad3 (patch)
tree3dbe2cb03937fe053204b28bae47872d737ce6b5
parent45e60093467bce1f50e4c45ac1d3092c4a288d94 (diff)
parent4644cdd24c3fa453f2c74b6c9c2500636c564919 (diff)
downloadfastdom-cff4e5ac64e809c7649bc4d0f3fca26b72e7aad3.zip
fastdom-cff4e5ac64e809c7649bc4d0f3fca26b72e7aad3.tar.gz
fastdom-cff4e5ac64e809c7649bc4d0f3fca26b72e7aad3.tar.bz2
Merge branch 'gh-pages' of github.com:wilsonpage/fastdom into gh-pages
-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>