commit 737115ae76a0eec7cd77b5b5b1c93e9aff51f7e5 parent 974e9844c966bc23fe5a6e307714efec07605bd0 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Tue, 21 Oct 2014 08:49:21 +0200 Adjust the iframe Diffstat:
M | index.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html @@ -3,7 +3,7 @@ </head> <body> - <iframe src="spec.html" height="100%" width="48%"></iframe> - <iframe src="spec.html#references" height="100%" width="48%"></iframe> + <iframe src="spec.html" height="100%" width="49.5%"></iframe> + <iframe src="spec.html#references" height="100%" width="49.5%"></iframe> </body> </html>