source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/captcha/style.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 330 bytes
Line 
1.dokuwiki #plugin__captcha_wrapper img {
2 margin: 1px;
3 vertical-align: bottom;
4 border: 1px solid __border__;
5}
6
7.dokuwiki #plugin__captcha_wrapper pre {
8 font-size: 70%;
9 font-family: monospace;
10 font-weight: bold;
11 border: none;
12 background-color: __background__;
13 color: __text__;
14 padding: 0;
15}
Note: See TracBrowser for help on using the repository browser.