diff default.css @ 3:4e7b40140f58

* default.css - change font-size - change line-height - change font-family for code tag as monospace * index.html - indentation - change meta tag contents properly - add favicon - add development repositories section * favicon.ico - newly added
author mojin <truffechampagne@gmail.com>
date Mon, 28 Jul 2008 14:50:42 +0900
parents c431c84afae5
children 4431fee1478b
line wrap: on
line diff
--- a/default.css	Mon Jul 28 05:12:39 2008 +0900
+++ b/default.css	Mon Jul 28 14:50:42 2008 +0900
@@ -7,7 +7,7 @@
 
 Feel free to use and modify but please provide credits.
 
-Modified by @mojin
+Modified by pidgin-twitter project
 #############################################################*/
 
 /* standard elements */
@@ -27,7 +27,7 @@
 body {
 	background: #EEE url(img/bg.gif);
 	color: #444;
-	font: normal 100% "Lucida Sans Unicode",sans-serif;
+	font: normal 85% "Lucida Sans Unicode",sans-serif;
 	margin: 0;
 }
 
@@ -60,7 +60,7 @@
 	border-left: 6px solid #39F;
 	color: #555;
 	display: block;
-	font: normal 1.1em "Lucida Sans Unicode",serif;
+	font: normal 1.1em monospace;
 	margin-bottom: 12px;
 	padding: 8px 10px;
 	white-space: pre;
@@ -186,6 +186,7 @@
 .content {
 	float: right;
 	width: 520px;
+  line-height: 1.5em;
 }
 
 .content .item {