Hübschified "Schnelle Formatierungshilfe"
This commit is contained in:
parent
d5342f5ff9
commit
aa5166bb16
4 changed files with 94 additions and 15 deletions
|
|
@ -466,3 +466,8 @@ a.new_wiki_link {
|
|||
color: black; }
|
||||
#wiki_content span.editsection {
|
||||
display: none; }
|
||||
|
||||
#wiki-syntax-help {
|
||||
float: right; }
|
||||
#wiki-syntax-help table {
|
||||
border-color: #78b74e; }
|
||||
|
|
|
|||
|
|
@ -467,6 +467,11 @@ a.new_wiki_link {
|
|||
#wiki_content span.editsection {
|
||||
display: none; }
|
||||
|
||||
#wiki-syntax-help {
|
||||
float: right; }
|
||||
#wiki-syntax-help table {
|
||||
border-color: #78b74e; }
|
||||
|
||||
#logininfo, #header, #footer {
|
||||
display: none; }
|
||||
|
||||
|
|
|
|||
|
|
@ -511,4 +511,9 @@ a.new_wiki_link
|
|||
h1, h2, h3, h4, h5
|
||||
color: black
|
||||
span.editsection
|
||||
display: none
|
||||
display: none
|
||||
|
||||
#wiki-syntax-help
|
||||
float: right
|
||||
table
|
||||
border-color: #78b74e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue