added style.css file and styling for shared header

This commit is contained in:
Tobias Diekershoff 2017-08-09 10:04:34 +02:00
parent 1cf52f8976
commit 68d563fa57
2 changed files with 4 additions and 0 deletions

3
style.css Normal file
View File

@ -0,0 +1,3 @@
span.shared-time {
display: unset;
}

View File

@ -58,5 +58,6 @@ function typography_render ( &$a, &$o) {
$lng = str_replace( $lng_long, $lng_id, $lng);
$typo->settings["diacriticLanguage"] = $lng;
$o['html'] = $typo->process($o['html']);
$a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . $a->get_baseurl() . '/addon/typography/style.css' . '" media="all" />';
unset($l);
}