From 7cbcc52fa195248b8ea3313f840dc5d72c954869 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 23 Nov 2011 19:41:17 +0100 Subject: store default_page locally, make it a bit more scalable --- remote/default_page/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 remote/default_page/style.css (limited to 'remote/default_page/style.css') diff --git a/remote/default_page/style.css b/remote/default_page/style.css new file mode 100644 index 0000000..5a3ffd4 --- /dev/null +++ b/remote/default_page/style.css @@ -0,0 +1,22 @@ +* { + background-color: #000; + color: #fff; + } + +.frame { + width: 100%; + max-width: 1000px; + margin-left: auto; + margin-right: auto; + } + +.hidden { + margin: 50px; + } + +img { + width: 100%; + max-width: 1000px; + margin-left: auto; + margin-right: auto; + } -- cgit v1.2.1