undo freesans temporarily due to poor legibility.
This commit is contained in:
parent
919fbdfb9b
commit
fd1abe1c54
|
@ -245,7 +245,7 @@ function profile_content(&$a, $update = 0) {
|
||||||
$alike = array();
|
$alike = array();
|
||||||
$dlike = array();
|
$dlike = array();
|
||||||
|
|
||||||
if(count($r)) {
|
if($r !== false && count($r)) {
|
||||||
|
|
||||||
foreach($r as $item) {
|
foreach($r as $item) {
|
||||||
like_puller($a,$item,$alike,'like');
|
like_puller($a,$item,$alike,'like');
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
/* generals */
|
/* generals */
|
||||||
body {
|
body {
|
||||||
font-family: FreeSans, helvetica,arial,clean,sans-serif;
|
font-family: /*FreeSans,*/ helvetica,arial,clean,sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: url(head.jpg);
|
background-image: url(head.jpg);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user