Potlatch 1.0

This commit is contained in:
Richard Fairhurst 2009-05-21 00:30:33 +00:00
parent b38684e59e
commit 8100be1e8d
24 changed files with 1758 additions and 109 deletions

14
public/potlatch/help.css Normal file
View file

@ -0,0 +1,14 @@
headline { font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
color: #DDDDFF; }
largeText { font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #FFFFFF; }
bodyText { font-family: Arial,Helvetica,sans-serif;
font-size: 10px;
color: #FFFFFF; }
a:link { color: #00FFFF;
text-decoration: underline; }