OSDN Git Service

fixed font name
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 30 Jan 2007 07:35:20 +0000 (07:35 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 30 Jan 2007 07:35:20 +0000 (07:35 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@177 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/nucleus/styles/bookmarklet.css

index f55cc72..403c68d 100755 (executable)
@@ -1,19 +1,19 @@
 /* 
        style definitions for the bookmarklet 
        
-       $Id: bookmarklet.css,v 1.5 2006-07-17 20:03:45 kimitake Exp $
-       $NucleusJP: bookmarklet.css,v 1.4 2006/07/12 07:11:48 kimitake Exp $
+       $Id: bookmarklet.css,v 1.6 2007-01-30 07:35:20 kimitake Exp $
+       $NucleusJP: bookmarklet.css,v 1.5 2006/07/17 20:03:45 kimitake Exp $
 */
 
 body {
        font-size: small;
        background: #fff;
        color: #000;
-    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif
+    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
 }              
 
 textarea {
-  font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", sans-serif;
+       font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif;
 }
 
 h1 {