Cosmetic changes

This commit is contained in:
Olivier Berten 2013-04-04 21:49:14 +01:00
parent 4a71f9d15a
commit 98c9e01057
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ include('include/sources.php');
$title = 'Home';
include('include/header.php');
echo "<h3>Chants</h3>\n";
echo "<h2>Chants</h2>\n";
echo "<h4>by incipit</h4>\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 !<br />'.$sql1.'<br />'.$mysqli->error);

View File

@ -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;

View File

@ -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;