updated docu

This commit is contained in:
2011-12-23 08:35:50 +00:00
parent 7f65a27d1e
commit 8c8833f2eb
16 changed files with 809 additions and 133 deletions

View File

@ -80,4 +80,16 @@ h1 {
border: 2px solid #FFCC33;
padding: 0 10px;
margin-bottom: 15px;
}
.patternTopicActions a:link .foswikiAccessKey,
.patternTopicActions a:visited .foswikiAccessKey {
border-color: #000000;
color: #000000;
}
.patternTopicActions a:link:hover .foswikiAccessKey,
.patternTopicActions a:visited:hover .foswikiAccessKey {
border-color: #FFFFFF;
color: #FFFFFF;
}

View File

@ -214,3 +214,9 @@ q:after { content:close-quote; color:#000000; }
.restriction ul {
margin-bottom: 0;
}
p, dd {
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}