1
0
mirror of https://github.com/Xkeeper0/jul.git synced 2025-08-13 11:15:46 -07:00

nevermind, apparently base.css sucks, what a surprise

This commit is contained in:
Xkeeper
2011-11-13 17:26:13 -08:00
parent b21a13f8a6
commit cd63b8bb27

@@ -94,7 +94,6 @@
$linkcolor = "FFF";
} else {
$css="
<link rel='stylesheet' href='/css/base.css' type='text/css'>
<style type='text/css'>
html, img { image-rendering: -moz-crisp-edges; }
a:link,a:visited,a:active,a:hover{text-decoration:none;font-weight:bold}
@@ -150,9 +149,19 @@
}
code br { display: none; }
input[type=radio] { color: black; background: white; }
";
.onlineuser {
white-space: nowrap;
}
.minipic {
vertical-align: middle;
max-width: 16px;
max-height: 16px;
}
";
}
$numcols=(intval($numcols) ? intval($numcols) : 60);
$numcols =(intval($numcols) ? intval($numcols) : 60);
if($formcss){
$numcols=80;