[geeklog-hg] geeklog: Denim: modified style.css to prohibit resize of the wid...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Aug 14 01:03:00 EDT 2013


changeset 9253:100ffc04eb36
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/100ffc04eb36
user: dengen <taharaxp at gmail.com>
date: Wed Aug 14 14:01:53 2013 +0900
description:
Denim: modified style.css to prohibit resize of the width of the textarea

diffstat:

 public_html/layout/denim/css_ltr/style.css |  1 +
 public_html/layout/denim/css_rtl/style.css |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 127bd174cc34 -r 100ffc04eb36 public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Wed Aug 14 13:34:17 2013 +0900
+++ b/public_html/layout/denim/css_ltr/style.css	Wed Aug 14 14:01:53 2013 +0900
@@ -866,6 +866,7 @@
 
 .wide {
   width: 98%;
+  resize: vertical;
 }
 
 .separator {
diff -r 127bd174cc34 -r 100ffc04eb36 public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Wed Aug 14 13:34:17 2013 +0900
+++ b/public_html/layout/denim/css_rtl/style.css	Wed Aug 14 14:01:53 2013 +0900
@@ -866,6 +866,7 @@
 
 .wide {
   width: 98%;
+  resize: vertical;
 }
 
 .separator {



More information about the geeklog-cvs mailing list