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