1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/captcha/style.css
2014-07-20 13:52:39 +02:00

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