Make the comments box fit on smaller screens, bump the specfile as well.
This commit is contained in:
parent
8d53bdadcf
commit
b4b38f8777
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
<!--<p><small><strong>XHTML:</strong> <?php printf(__('You can use these tags: %s'), allowed_tags()); ?></small></p>-->
|
<!--<p><small><strong>XHTML:</strong> <?php printf(__('You can use these tags: %s'), allowed_tags()); ?></small></p>-->
|
||||||
|
|
||||||
<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
|
<p><textarea name="comment" id="comment" cols="75%" rows="10" tabindex="4"></textarea></p>
|
||||||
|
|
||||||
<p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php echo attribute_escape(__('Submit Comment')); ?>" />
|
<p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php echo attribute_escape(__('Submit Comment')); ?>" />
|
||||||
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
|
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Summary: Wordpress-MU Theme for Fedora
|
Summary: Wordpress-MU Theme for Fedora
|
||||||
URL: http://mu.wordpress.org/latest.tar.gz
|
URL: http://mu.wordpress.org/latest.tar.gz
|
||||||
Name: wordpress-mu-theme-fedora
|
Name: wordpress-mu-theme-fedora
|
||||||
Version: 1.0
|
Version: 1.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue