Skip to content

Commit

Permalink
up span.poi line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
Lwangaman authored and Lwangaman committed Aug 21, 2020
1 parent 1e25de6 commit e7566c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion options.php
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,7 @@ public static function header_output()
//$linespacing_verses = get_theme_mod('linespacing_verses', self::$bibleget_style_settings->linespacing_verses->dfault);
self::generate_options_css('.bibleQuote.results p.versesParagraph', 'line-height', $BGETOPTIONS['PARAGRAPHSTYLES_LINEHEIGHT'].'em');
$linespacing_verses = $BGETOPTIONS['PARAGRAPHSTYLES_LINEHEIGHT'].'em';
$poi_linespacing = ($BGETOPTIONS['PARAGRAPHSTYLES_LINEHEIGHT'] + 1.0).'em';
$fontsize_versenumber = $BGETOPTIONS['VERSENUMBERSTYLES_FONTSIZE'];
if($BGETOPTIONS['VERSENUMBERSTYLES_FONTSIZEUNIT'] == 'em'){
$fontsize_versenumber /= 10;
Expand All @@ -1822,7 +1823,7 @@ public static function header_output()
echo PHP_EOL;
echo ".bibleQuote.results p.versesParagraph span.poif { display: block; margin-left:7%; margin-top:1%; line-height: $linespacing_verses; }";
echo PHP_EOL;
echo ".bibleQuote.results p.versesParagraph span.poi { display: block; margin-left:7%; margin-top:-1%; line-height: $linespacing_verses; }";
echo ".bibleQuote.results p.versesParagraph span.poi { display: block; margin-left:7%; margin-top:-1%; line-height: $poi_linespacing; }";
echo PHP_EOL;
echo ".bibleQuote.results p.versesParagraph span.poil { display: block; margin-left:7%; margin-bottom:1%; line-height: $linespacing_verses; }";
echo PHP_EOL;
Expand Down

0 comments on commit e7566c3

Please sign in to comment.