Add create/edit powers to frontend. Support external image URLs.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user