changed font rules for messages - text now bigger
svn path=/trunk/; revision=19961
This commit is contained in:
@@ -148,7 +148,7 @@ function markupPost(raw, server) {
|
|||||||
}
|
}
|
||||||
var s = document.styleSheets[document.styleSheets.length - 1];
|
var s = document.styleSheets[document.styleSheets.length - 1];
|
||||||
var rules = {
|
var rules = {
|
||||||
"" : "{margin:0px;padding:0px;width:" + $.a.width + ";background:" + $.a.background + ";border:" + $.a.border + ";font:87%/1.2em tahoma, veranda, arial, helvetica, clean, sans-serif;}",
|
"" : "{margin:0px;padding:0px;width:" + $.a.width + ";background:" + $.a.background + ";border:" + $.a.border,
|
||||||
"a" : "{cursor:pointer;text-decoration:none;}",
|
"a" : "{cursor:pointer;text-decoration:none;}",
|
||||||
"a:hover" : "{text-decoration:underline;}",
|
"a:hover" : "{text-decoration:underline;}",
|
||||||
".cite" : "{" + setZoom + "font-weight:bold;margin:0px 0px 0px 4px;padding:0px;display:block;font-style:normal;line-height:" + ($.a.thumbnailSize/2) + "px;vertical-align:middle;}",
|
".cite" : "{" + setZoom + "font-weight:bold;margin:0px 0px 0px 4px;padding:0px;display:block;font-style:normal;line-height:" + ($.a.thumbnailSize/2) + "px;vertical-align:middle;}",
|
||||||
|
Reference in New Issue
Block a user