Mercurial > pidgin-twitter-web
changeset 6:a05cb2599664
remove specific font set from font setting and specify generic name such as sans, sans-serif and monospace
author | mojin <truffechampagne@gmail.com> |
---|---|
date | Wed, 30 Jul 2008 18:24:19 +0900 |
parents | 4431fee1478b |
children | 95ff8f4d0664 |
files | default.css |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/default.css Wed Jul 30 18:05:08 2008 +0900 +++ b/default.css Wed Jul 30 18:24:19 2008 +0900 @@ -27,13 +27,13 @@ body { background: #EEE url(img/bg.gif); color: #444; - font: normal 85% "Lucida Sans Unicode",sans-serif; + font: normal 85% sans-serif; margin: 0; } input { color: #555; - font: normal 1.1em "Lucida Sans Unicode",sans-serif; + font: normal 1.1em sans-serif; } p { @@ -64,13 +64,14 @@ margin-bottom: 12px; padding: 8px 10px; white-space: pre; + font-family: monospace; } cite { background: url(img/quote.gif) no-repeat; color: #666; display: block; - font: normal 1.3em "Lucida Sans Unicode",serif; + font: normal 1.3em serif; padding-left: 28px; } @@ -115,7 +116,7 @@ background-color: #4A91C3; color: #FFF; float: left; - font: bold 1.2em "Trebuchet MS",sans-serif; + font: bold 1.2em sans-serif; padding: 8px 0; width: 19%; border-right: 1px solid #FFF;