[geeklog-hg] geeklog: Removed Japanese characters in modern_curve CSS files (...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 2 07:17:53 EST 2013


changeset 8973:2cbcd2d254ac
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/2cbcd2d254ac
user: Kenji ITO <mystralkk at gmail.com>
date: Sat Mar 02 21:17:14 2013 +0900
description:
Removed Japanese characters in modern_curve CSS files (bug #0001561, patch provided by taca)

diffstat:

 public_html/layout/modern_curve/css/admin/user.css          |   2 +-
 public_html/layout/modern_curve/css/comment/comment.css     |  10 +++++-----
 public_html/layout/modern_curve/css/common.css              |   4 ++--
 public_html/layout/modern_curve/css/plugin/sitecalendar.css |   6 +++---
 public_html/layout/modern_curve/css/users/users.css         |   2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diffs (108 lines):

diff -r d9a8caae40ab -r 2cbcd2d254ac public_html/layout/modern_curve/css/admin/user.css
--- a/public_html/layout/modern_curve/css/admin/user.css	Sat Mar 02 20:54:22 2013 +0900
+++ b/public_html/layout/modern_curve/css/admin/user.css	Sat Mar 02 21:17:14 2013 +0900
@@ -21,7 +21,7 @@
   padding: 0;
 }
 
-/* セキュリティGroup */
+/* Security Group */
 form#admin-edituser dl dd p.groupinstructions {
   margin: 0 0 0.5em 0;
 }
diff -r d9a8caae40ab -r 2cbcd2d254ac public_html/layout/modern_curve/css/comment/comment.css
--- a/public_html/layout/modern_curve/css/comment/comment.css	Sat Mar 02 20:54:22 2013 +0900
+++ b/public_html/layout/modern_curve/css/comment/comment.css	Sat Mar 02 21:17:14 2013 +0900
@@ -30,7 +30,7 @@
 
 
 /*--------------------------------------
-  Comment バー
+  Comment Bar
 --------------------------------------*/
 
 /* Comment Information (Story Title | Comment Number | Username) */
@@ -194,14 +194,14 @@
   background: #F7F7F7;
 }
 
-/* Comment Auther */
+/* Comment Author */
 div.comments div.block-comment-content ul.status li.author {
   display: block;
   margin: 0 0 1em 0;
   padding: 0;
 }
 
-/* Comment 本文 */
+/* Comment Body */
 div.comments div.block-comment-content div.comment {
   margin: 0 0 1em 0;
   padding: 0;
@@ -227,14 +227,14 @@
   padding: 0;
 }
 
-/* æ°¸ä¹
Links */
+/* Perm Links */
 div.comments div.block-comment-content ul.navi li.permlink {
   margin: 0 2px 0 0;
 }
 
 
 /*--------------------------------------
-  迷惑報告Form 
+  Report Form
 --------------------------------------*/
 
 /* Comment  */
diff -r d9a8caae40ab -r 2cbcd2d254ac public_html/layout/modern_curve/css/common.css
--- a/public_html/layout/modern_curve/css/common.css	Sat Mar 02 20:54:22 2013 +0900
+++ b/public_html/layout/modern_curve/css/common.css	Sat Mar 02 21:17:14 2013 +0900
@@ -109,8 +109,8 @@
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
-  font-family: arial,verdana,tahoma,helvetica,sans-serif;
-/*    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS Pゴシック", Verdana, Arial, Helvetica, sans-serif;  */
+/* font-family: arial,verdana,tahoma,helvetica,sans-serif; */
+  font-family: Verdana, Arial, Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
 }
 /* } Mac */
 
diff -r d9a8caae40ab -r 2cbcd2d254ac public_html/layout/modern_curve/css/plugin/sitecalendar.css
--- a/public_html/layout/modern_curve/css/plugin/sitecalendar.css	Sat Mar 02 20:54:22 2013 +0900
+++ b/public_html/layout/modern_curve/css/plugin/sitecalendar.css	Sat Mar 02 21:17:14 2013 +0900
@@ -38,17 +38,17 @@
   background: #FFFFFF;
 }
 
-/* Date( Due date) */
+/* Date(Due date) */
 table.mycalTitle tr td.mycalEventHighlight {
   background: #8FBC8F;
 }
 
-/* Date(Today ) */
+/* Date(Today) */
 table.mycalTitle tr td.mycalTodayHighlight {
   background: #EEDD82;
 }
 
-/* Date(来月) */
+/* Date(Next Month) */
 table.mycalTitle tr td.mycalNextMonth {
   background: #DCDCDC;
 }
diff -r d9a8caae40ab -r 2cbcd2d254ac public_html/layout/modern_curve/css/users/users.css
--- a/public_html/layout/modern_curve/css/users/users.css	Sat Mar 02 20:54:22 2013 +0900
+++ b/public_html/layout/modern_curve/css/users/users.css	Sat Mar 02 21:17:14 2013 +0900
@@ -95,7 +95,7 @@
 
 
 /*--------------------------------------
-  æ–°Password Setting Form 
+  New Password Setting Form 
 --------------------------------------*/
 
 



More information about the geeklog-cvs mailing list