From ba45f09d69b69511933d601874eaef4dae130ba2 Mon Sep 17 00:00:00 2001 From: Triatmoko Date: Tue, 25 Oct 2011 14:07:42 +0200 Subject: new design for website --- For Weekly Test/tricode/css/layout.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 For Weekly Test/tricode/css/layout.css (limited to 'For Weekly Test/tricode/css') diff --git a/For Weekly Test/tricode/css/layout.css b/For Weekly Test/tricode/css/layout.css new file mode 100644 index 0000000..9ea3034 --- /dev/null +++ b/For Weekly Test/tricode/css/layout.css @@ -0,0 +1,15 @@ +* { +margin: 0; +} +html, body { +height: 100%; +} +.wrapper { +min-height: 100%; +height: auto !important; +height: 100%; +margin: 0 auto -4em; +} +.footer, .push { +height: 4em; +} \ No newline at end of file -- cgit v1.2.3-55-g7522