Partial fix of issue 55, addition of a simple Wiki.
Added a base wiki, it is now possible to create wiki pages and update them. Revisions are kept also not used/displayed at the moment.
This commit is contained in:
@@ -578,3 +578,14 @@ div.download-file {
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Wiki
|
||||
*/
|
||||
p.desc {
|
||||
background-color: #eeeeec;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
padding: 4px;
|
||||
width: 60%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user