From 109956b5ddd9cb204e2976e0096058027200c18b Mon Sep 17 00:00:00 2001 From: houseofyin Date: Sat, 23 Mar 2013 21:07:17 -0400 Subject: [PATCH] Adding wide and tall viewers --- test/test.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/test.css b/test/test.css index 3815e193..3b1617bc 100644 --- a/test/test.css +++ b/test/test.css @@ -2,3 +2,14 @@ height: 500px; width: 500px; } + +#wideexample { + height: 300px; + width: 700px; +} + +#tallexample { + height: 700px; + width: 300px; +} +