rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit dd4f43f4f71f67ad2237877e517f8ea5af470c49
parent 8a08705d19342617fbaded2c8a890efd516a5bd4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 13 May 2015 19:37:03 +0200

attemp to fix css

Diffstat:
Mthemes/jumbotron/admin_pages/newpost.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/admin_pages/newpost.php b/themes/jumbotron/admin_pages/newpost.php @@ -15,7 +15,7 @@ <div class="form-group"> <label for="post_content">Content</label> <div id="toolbar"></div> - <textarea name="content" style="width: 97%;" id="editor"></textarea> + <textarea name="content" style="width: 99%;" id="editor"></textarea> </div> <button type="submit" class="btn btn-default">Save</button> </form>