small improvements
This commit is contained in:
		
							parent
							
								
									df4786ef52
								
							
						
					
					
						commit
						ad81dcdc79
					
				| 
						 | 
				
			
			@ -12,6 +12,12 @@ details {
 | 
			
		|||
}
 | 
			
		||||
summary {
 | 
			
		||||
  padding: 0 10px;
 | 
			
		||||
  a {
 | 
			
		||||
    color: $dark;
 | 
			
		||||
  }
 | 
			
		||||
  a:visited {
 | 
			
		||||
    color: $dark;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
summary:hover {
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
| 
						 | 
				
			
			@ -163,7 +169,6 @@ input[type="text"]:focus {
 | 
			
		|||
  background-color: #e4e6e8;
 | 
			
		||||
  border: 1px solid #9fa6ad;
 | 
			
		||||
  border-radius: 3px;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
  padding: 0px 4px 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -171,6 +176,8 @@ input[type="text"]:focus {
 | 
			
		|||
  padding: 20px 0 20px 0;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  line-height: 30px;
 | 
			
		||||
  margin-top: auto;
 | 
			
		||||
  margin-bottom: 25px;
 | 
			
		||||
  a {
 | 
			
		||||
    color: $dark;
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,6 +6,6 @@
 | 
			
		|||
        <div id="content">
 | 
			
		||||
        {{- block "main" . }}{{- end }}
 | 
			
		||||
        </div>
 | 
			
		||||
        {{- partial "footer.html" . -}}
 | 
			
		||||
    </body>
 | 
			
		||||
    {{- partial "footer.html" . -}}
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue