Orientation Wallpapers/basic.css
changeset 0 0b6daedcf7e1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Orientation Wallpapers/basic.css	Thu Oct 28 11:00:31 2010 -0700
@@ -0,0 +1,38 @@
+/*
+ * Add your Stylesheet contents here
+ */
+div {
+	position: absolute;
+	height: 90%;
+	width: 90%;
+}
+
+img {
+	width: 100%;
+	height: 100%;
+}
+
+#DisplayUp {
+	display: none;
+}
+
+#DisplayDown {
+	display: none;
+}
+
+#DisplayRightUp {
+	display: none;
+}
+
+#DisplayLeftUp {
+	display: none;
+}
+
+#DisplayUpwards {
+	display: none;
+}
+
+#DisplayDownwards {
+	display: none;
+}
+