projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Shuffled base.mako into something like a wireframe design.
[zzz-floof.git]
/
floof
/
public
/
layout.css
diff --git a/floof/public/layout.css
b/floof/public/layout.css
new file mode 100644
(file)
index 0000000..
95db22c
--- /dev/null
+++ b/
floof/public/layout.css
@@ -0,0
+1,6
@@
+#header { padding: 1em; background: #c0c0c0; }
+#header #user { text-align: right; }
+
+#body { padding: 1em; }
+
+#footer { padding: 1em; background: #c0c0c0; }