mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
23 lines
446 B
CSS
23 lines
446 B
CSS
.dokuwiki #plugin__captcha_wrapper img {
|
|
margin: 1px;
|
|
vertical-align: bottom;
|
|
border: 1px solid __border__;
|
|
}
|
|
|
|
.dokuwiki #plugin__captcha_wrapper pre {
|
|
font-size: 70%;
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
border: none;
|
|
background-color: __background__;
|
|
color: __text__;
|
|
padding: 0;
|
|
}
|
|
|
|
.dokuwiki #plugin__captcha_wrapper .no {
|
|
display: none;
|
|
}
|
|
|
|
.dokuwiki #plugin__captcha_wrapper {
|
|
clear: left;
|
|
}
|