From 6f8c68e26b24e3bd7da5bd20443a179245ec3d8a Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 1 Aug 2007 15:37:54 +0000 Subject: [PATCH] ActionItem0: creating an simple initial stylesheet so I can work --- public/designs/templates/default/stylesheets/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+), 0 deletions(-) create mode 100644 public/designs/templates/default/stylesheets/style.css diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css new file mode 100644 index 0000000..440208f --- /dev/null +++ b/public/designs/templates/default/stylesheets/style.css @@ -0,0 +1,26 @@ +* { + font-family: Verdana, Arial, Helvetica, sans-serif; +} +body { + font-size: 12px; + margin: 0px; +} + +#header { + border-bottom: 1px solid black; + padding-left: 1em; + padding-right: 1em; +} + +#menu { + float: right; +} + +#content { + padding: 1em; +} + +#footer { + text-align: center; + border-top: 1px solid black; +} -- libgit2 0.21.2