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();
|
||||
$dlike = array();
|
||||
|
||||
if(count($r)) {
|
||||
if($r !== false && count($r)) {
|
||||
|
||||
foreach($r as $item) {
|
||||
like_puller($a,$item,$alike,'like');
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/* generals */
|
||||
body {
|
||||
font-family: FreeSans, helvetica,arial,clean,sans-serif;
|
||||
font-family: /*FreeSans,*/ helvetica,arial,clean,sans-serif;
|
||||
font-size: 12px;
|
||||
background-color: #ffffff;
|
||||
background-image: url(head.jpg);
|
||||
|
|
Loading…
Reference in a new issue