mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-08-14 03:35:48 -07:00
nevermind, apparently base.css sucks, what a surprise
This commit is contained in:
@@ -94,7 +94,6 @@
|
|||||||
$linkcolor = "FFF";
|
$linkcolor = "FFF";
|
||||||
} else {
|
} else {
|
||||||
$css="
|
$css="
|
||||||
<link rel='stylesheet' href='/css/base.css' type='text/css'>
|
|
||||||
<style type='text/css'>
|
<style type='text/css'>
|
||||||
html, img { image-rendering: -moz-crisp-edges; }
|
html, img { image-rendering: -moz-crisp-edges; }
|
||||||
a:link,a:visited,a:active,a:hover{text-decoration:none;font-weight:bold}
|
a:link,a:visited,a:active,a:hover{text-decoration:none;font-weight:bold}
|
||||||
@@ -150,9 +149,19 @@
|
|||||||
}
|
}
|
||||||
code br { display: none; }
|
code br { display: none; }
|
||||||
input[type=radio] { color: black; background: white; }
|
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){
|
if($formcss){
|
||||||
$numcols=80;
|
$numcols=80;
|
||||||
|
Reference in New Issue
Block a user