Add create/edit powers to frontend. Support external image URLs.

This commit is contained in:
Tom Preston-Werner
2010-07-07 16:02:26 -07:00
parent 0485c67b3d
commit 6c7fcf89c3
10 changed files with 117 additions and 3 deletions
+13
View File
@@ -34,6 +34,12 @@ p {
line-height: 22pt;
}
#nav {
width: 60em;
margin: 0 auto;
color: #666;
}
#content {
width: 60em;
margin: 0 auto;
@@ -44,6 +50,13 @@ a.absent {
color: #a00;
}
/* Forms */
textarea {
width: 100%;
height: 20em;
}
/* Images */
.frame {