Few improvements to wiki module.
This commit is contained in:
parent
dafbb077b6
commit
7e4409bc11
6 changed files with 17 additions and 7 deletions
|
|
@ -434,3 +434,6 @@ ul.autocomplete .informal {
|
|||
position: relative;
|
||||
top: -1em;
|
||||
left: 5%; }
|
||||
|
||||
a.new_wiki_link {
|
||||
color: grey; }
|
||||
|
|
|
|||
|
|
@ -435,6 +435,9 @@ ul.autocomplete .informal {
|
|||
top: -1em;
|
||||
left: 5%; }
|
||||
|
||||
a.new_wiki_link {
|
||||
color: grey; }
|
||||
|
||||
#logininfo, #header, #footer {
|
||||
display: none; }
|
||||
|
||||
|
|
|
|||
|
|
@ -480,4 +480,8 @@ ul.autocomplete
|
|||
#element_navigation
|
||||
position: relative
|
||||
top: -1em
|
||||
left: 5%
|
||||
left: 5%
|
||||
|
||||
// *** wiki
|
||||
a.new_wiki_link
|
||||
color: grey
|
||||
Loading…
Add table
Add a link
Reference in a new issue