Suppression de balises <em>
Suppressions de balises <em> utilisées pour leur rendu et pas pour leur valeur. CSS mis à jour.
This commit is contained in:
parent
3edce6f05b
commit
8b6d717ee9
1 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,7 @@ h1 {
|
||||||
font: normal 320%/100% Georgia, "Times New Roman", Times, serif;
|
font: normal 320%/100% Georgia, "Times New Roman", Times, serif;
|
||||||
margin: 20px 0 5px 0;
|
margin: 20px 0 5px 0;
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.credits {
|
.credits {
|
||||||
border-bottom: solid 1px #ccc;
|
border-bottom: solid 1px #ccc;
|
||||||
|
@ -24,8 +25,9 @@ h1 {
|
||||||
margin: 0 0 30px 0;
|
margin: 0 0 30px 0;
|
||||||
font: 120% Garamond, Georgia, serif;
|
font: 120% Garamond, Georgia, serif;
|
||||||
}
|
}
|
||||||
.credits em {
|
.credits span {
|
||||||
color: #999;
|
color: #999;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.backlink {
|
.backlink {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -140,8 +142,8 @@ a {
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<h1><em><% title %></em></h1>
|
<h1><% title %></h1>
|
||||||
<p class="credits"><em>by:</em> <% author %></p>
|
<p class="credits"><span>by:</span> <% author %></p>
|
||||||
<nav id="breadcrumb_nav" role="navigation"><% breadcrumb_navigation %></nav>
|
<nav id="breadcrumb_nav" role="navigation"><% breadcrumb_navigation %></nav>
|
||||||
</header>
|
</header>
|
||||||
<section id="container">
|
<section id="container">
|
||||||
|
|
Loading…
Reference in a new issue