updated docu
This commit is contained in:
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user