Ménage de printemps

Gros nettoyage de tous les espaces et tabulations disgrâcieux
This commit is contained in:
raphaelgoettter 2015-03-04 11:47:46 +01:00
parent 1b9e0bf9f5
commit 55709a882d
20 changed files with 664 additions and 662 deletions

View file

@ -38,14 +38,14 @@
display: none;
}
img {
img {
filter: grayscale(100%);
}
/* no orphans, no widows */
p,
blockquote {
orphans: 3;
orphans: 3;
widows: 3;
}
@ -53,12 +53,12 @@
blockquote,
ul,
ol {
page-break-inside: avoid;
page-break-inside: avoid;
}
/* page break before main headers */
h1 {
page-break-before: always;
page-break-before: always;
}
/* no breaks after these elements */
@ -66,7 +66,7 @@
h2,
h3,
caption {
page-break-after: avoid;
page-break-after: avoid;
}
a {
@ -76,7 +76,7 @@
/* displaying URLs */
a[href]:after {
content: " (" attr(href) ")";
content: " (" attr(href) ")";
}
a[href^="javascript:"]:after,