From 44acb4196a6e0bed7de44292804c34b7722b6b3e Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 13 Jul 2013 11:26:12 +0000 Subject: Add stylesheet and mageia navigation bar --- static/people.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 static/people.css (limited to 'static') diff --git a/static/people.css b/static/people.css new file mode 100644 index 0000000..462a148 --- /dev/null +++ b/static/people.css @@ -0,0 +1,12 @@ +.content { + background: #fff; + padding: 1em 2em; + text-align: left; + float: left; + min-width: 60%; +} + +.section { + padding-top: 1em; + padding-bottom: 1em; +} -- cgit v1.2.1