Hübschified "Schnelle Formatierungshilfe"

This commit is contained in:
sandoz 2009-08-15 15:08:02 +02:00
parent d5342f5ff9
commit aa5166bb16
4 changed files with 94 additions and 15 deletions

View file

@ -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; }

View file

@ -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; }

View file

@ -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