Changeset 23690
- Timestamp:
- 03/13/2013 10:45:08 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/comments.php
r23680 r23690 51 51 <?php endif; // have_comments() ?> 52 52 53 <?php comment_form( ); ?>53 <?php comment_form( array( 'format' => 'html5' ) ); ?> 54 54 55 55 </div><!-- #comments --> -
trunk/wp-content/themes/twentythirteen/rtl.css
r23680 r23690 653 653 } 654 654 655 #commentform label[for="author"], 656 #commentform label[for="email"], 657 #commentform label[for="url"], 658 #commentform label[for="comment"] { 655 #commentform label { 659 656 float: right; 660 657 } -
trunk/wp-content/themes/twentythirteen/style.css
r23687 r23690 2394 2394 } 2395 2395 2396 #commentform label[for="author"], 2397 #commentform label[for="email"], 2398 #commentform label[for="url"], 2399 #commentform label[for="comment"] { 2396 #commentform label { 2400 2397 float: left; 2401 2398 padding: 5px 0; … … 2407 2404 } 2408 2405 2409 #commentform input[type="text"] { 2406 #commentform input[type="text"], 2407 #commentform input[type="email"], 2408 #commentform input[type="url"] { 2410 2409 max-width: 270px; 2411 2410 width: 60%; … … 3028 3027 } 3029 3028 3030 #commentform input[type="text"] { 3029 #commentform input[type="text"], 3030 #commentform input[type="email"], 3031 #commentform input[type="url"] { 3031 3032 width: -webkit-calc(100% - 100px); 3032 3033 width: calc(100% - 100px);
Note: See TracChangeset
for help on using the changeset viewer.