Validation du css.
Commentaires // interdits, j'oublie tout le temps !
This commit is contained in:
parent
767b8c100e
commit
78d4da8dfb
|
@ -22,7 +22,7 @@ function get_css() {
|
|||
}
|
||||
|
||||
.site.navigation li:hover {
|
||||
background-color: yellow; // Flashy <3
|
||||
background-color: yellow; /* Flashy <3 */
|
||||
}
|
||||
|
||||
.site.navigation li {
|
||||
|
@ -97,7 +97,7 @@ function get_css() {
|
|||
textarea {
|
||||
width: 50%;
|
||||
margin: 1em 0;
|
||||
// font-size: large; // Activer pour plus d'accessibilité.
|
||||
/* font-size: large; */ /* Activer pour plus d'accessibilité. */
|
||||
}
|
||||
|
||||
h2 input {
|
||||
|
|
Loading…
Reference in New Issue
Block a user