[geeklog-hg] geeklog: Denim: added a comment to explain how to disable the Re...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 23 07:12:40 EST 2013


changeset 8968:fbd6fae26187
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/fbd6fae26187
user: dengen
date: Sat Feb 23 21:12:09 2013 +0900
description:
Denim: added a comment to explain how to disable the Responsive Web Design

diffstat:

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

diffs (28 lines):

diff -r b15bb3002da5 -r fbd6fae26187 public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Sat Feb 23 01:14:06 2013 +0900
+++ b/public_html/layout/denim/css_ltr/style.css	Sat Feb 23 21:12:09 2013 +0900
@@ -2857,6 +2857,10 @@
 }
 
 
+/***************************************************************************************************/
+/* Note: If you want to disable the Responsive Web Design, please delete the code below this line. */
+/***************************************************************************************************/
+
 /* #Media Queries
 ================================================== */
 
diff -r b15bb3002da5 -r fbd6fae26187 public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Sat Feb 23 01:14:06 2013 +0900
+++ b/public_html/layout/denim/css_rtl/style.css	Sat Feb 23 21:12:09 2013 +0900
@@ -2857,6 +2857,10 @@
 }
 
 
+/***************************************************************************************************/
+/* Note: If you want to disable the Responsive Web Design, please delete the code below this line. */
+/***************************************************************************************************/
+
 /* #Media Queries
 ================================================== */
 



More information about the geeklog-cvs mailing list