Added page-preview feature to wiki module.
This commit is contained in:
parent
0fb8ee214f
commit
7de45543c4
7 changed files with 36 additions and 21 deletions
|
|
@ -440,3 +440,7 @@ ul.autocomplete .informal {
|
|||
|
||||
a.new_wiki_link {
|
||||
color: grey; }
|
||||
|
||||
#preview {
|
||||
border: 1px dotted grey;
|
||||
padding: 0 1em; }
|
||||
|
|
|
|||
|
|
@ -441,6 +441,10 @@ ul.autocomplete .informal {
|
|||
a.new_wiki_link {
|
||||
color: grey; }
|
||||
|
||||
#preview {
|
||||
border: 1px dotted grey;
|
||||
padding: 0 1em; }
|
||||
|
||||
#logininfo, #header, #footer {
|
||||
display: none; }
|
||||
|
||||
|
|
|
|||
|
|
@ -487,4 +487,7 @@ ul.autocomplete
|
|||
|
||||
// *** wiki
|
||||
a.new_wiki_link
|
||||
color: grey
|
||||
color: grey
|
||||
#preview
|
||||
border: 1px dotted grey
|
||||
padding: 0 1em
|
||||
Loading…
Add table
Add a link
Reference in a new issue