diff --git a/scores.php b/scores.php index 6a069ff..ea53846 100644 --- a/scores.php +++ b/scores.php @@ -5,7 +5,7 @@ include('include/sources.php'); $title = 'Home'; include('include/header.php'); -echo "

Chants

\n"; +echo "

Chants

\n"; echo "

by incipit

\n"; $sql1 = 'SELECT DISTINCT UPPER(SUBSTRING(incipit,1,1)) AS letters FROM '.db('chants').' ORDER BY letters ASC'; $req1 = $mysqli->query($sql1) or die('Erreur SQL !
'.$sql1.'
'.$mysqli->error); diff --git a/style.css b/style.css index d1225b1..f8ad069 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ html, body { font-family: 'Libre Baskerville', Georgia, serif; height:100%; max-height:100%; - font-size: 10pt; + font-size: 11pt; } h1 { @@ -110,7 +110,7 @@ h4 { bottom: 0px; width: 1024px; overflow: auto; - padding-left: 20px; + padding-left: 30px; left: 0; right: 0; margin-left: auto; diff --git a/wp-content/themes/gregobase/default.css b/wp-content/themes/gregobase/default.css index 5236dc5..97390e1 100644 --- a/wp-content/themes/gregobase/default.css +++ b/wp-content/themes/gregobase/default.css @@ -216,7 +216,7 @@ ul.sf-menu li li li.sfHover ul { #main { clear:both; - padding:66px 0 22px 0; + padding:15px 0 22px 0; } .page-title { font-size:13px;