source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/_subscription.css@ 30098

Last change on this file since 30098 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: 290 bytes
Line 
1/**
2 * Styles for the subscription page
3 */
4
5form#subscribe__form {
6 display: block;
7 width: 300px;
8 text-align: center;
9}
10
11form#subscribe__form fieldset {
12 text-align: left;
13 margin: 0.5em 0;
14}
15
16form#subscribe__form label {
17 display:block;
18 margin: 0 0.5em 0.5em;
19}
20
21
Note: See TracBrowser for help on using the repository browser.