Ajout du aside pour donner des notes
This commit is contained in:
		@@ -133,6 +133,30 @@ pre {
 | 
			
		||||
    display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
aside {
 | 
			
		||||
    padding: 5px;
 | 
			
		||||
    border: solid 1px black;
 | 
			
		||||
    margin-left: 2rem;
 | 
			
		||||
    margin-right: 2rem;
 | 
			
		||||
    margin-top: 35px;
 | 
			
		||||
    margin-bottom: 35px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
aside > :first-child {
 | 
			
		||||
    margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
aside > :last-child {
 | 
			
		||||
    margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.guide aside::before {
 | 
			
		||||
    content: "➔";
 | 
			
		||||
    float: left;
 | 
			
		||||
    margin-right: 1ex;
 | 
			
		||||
    margin-left: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media print {
 | 
			
		||||
    header a {
 | 
			
		||||
        display: none;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user