diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-13 11:26:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-13 11:26:12 +0000 |
commit | 44acb4196a6e0bed7de44292804c34b7722b6b3e (patch) | |
tree | ccd985942be0b2bbb5be601fa9efff37c240643d /static | |
parent | 611c89d50cbd94a1b56f6344c59f6145c10a9e77 (diff) | |
download | mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.tar mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.tar.gz mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.tar.bz2 mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.tar.xz mgapeople-44acb4196a6e0bed7de44292804c34b7722b6b3e.zip |
Add stylesheet and mageia navigation bar
Diffstat (limited to 'static')
-rw-r--r-- | static/people.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |