26 lines
534 B
Text
26 lines
534 B
Text
|
/**
|
||
|
* This file provide specific styles for some plugin (childpages, translation,
|
||
|
* wrap, etc.).
|
||
|
**/
|
||
|
|
||
|
/*____________ Translation ____________*/
|
||
|
.plugin_translation {
|
||
|
/*display: inline;*/
|
||
|
}
|
||
|
.dokuwiki div.plugin_translation {
|
||
|
margin: 0 ;
|
||
|
float: none;
|
||
|
margin-bottom: 1em;
|
||
|
text-align: inherit;
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: @ini_phone_width) {
|
||
|
|
||
|
}
|
||
|
/*____________ Config ____________*/
|
||
|
/* because config is a plugin and use placeholder */
|
||
|
/*même gris que @ini_border
|
||
|
#config__manager fieldset {
|
||
|
background-color:#eee; */
|
||
|
|