Changeset 2133 for trunk/wp-admin/install.php
- Timestamp:
- 01/24/2005 07:44:38 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r2083 r2133 54 54 margin-bottom: 2em; 55 55 } 56 .step a, .step input { 57 font-size: 2em; 58 } 59 .step, th { 60 text-align: right; 61 } 62 #footer { 63 text-align: center; border-top: 1px solid #ccc; padding-top: 1em; font-style: italic; 64 } 56 .step a, .step input { 57 font-size: 2em; 58 } 59 td input { 60 font-size: 1.5em; 61 } 62 .step, th { 63 text-align: right; 64 } 65 #footer { 66 text-align: center; 67 border-top: 1px solid #ccc; 68 padding-top: 1em; 69 font-style: italic; 70 } 65 71 --> 66 72 </style> … … 89 95 <p>Before we begin we need a little bit of information. Don't worry, you can always change these later. </p> 90 96 91 <form name="setup"id="setup" method="post" action="install.php?step=2">97 <form id="setup" method="post" action="install.php?step=2"> 92 98 <table width="100%"> 93 99 <tr>
Note: See TracChangeset
for help on using the changeset viewer.