mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Fix rendering of h2.
This commit is contained in:
		| @@ -129,6 +129,21 @@ h1 { | ||||
|  | ||||
| } | ||||
|  | ||||
| h2 { | ||||
|  | ||||
|     border-top: 1px solid #AAA; | ||||
|     border-bottom: 1px solid #AAA; | ||||
|     background: rgba(0, 0, 0, 0.07); | ||||
|  | ||||
|     padding: 0.5em; | ||||
|     margin: 0; | ||||
|     font-size: 1.5em; | ||||
|  | ||||
|     font-weight: lighter; | ||||
|     text-shadow: 1px 1px white; | ||||
|  | ||||
| } | ||||
|  | ||||
| div.section { | ||||
|     margin: 0; | ||||
|     padding: 1em; | ||||
| @@ -174,24 +189,7 @@ div.section { | ||||
| } | ||||
|  | ||||
| .dialog .header { | ||||
|  | ||||
|     margin: 0; | ||||
|  | ||||
|     border-top: 1px solid #AAA; | ||||
|     border-bottom: 1px solid #AAA; | ||||
|     background: rgba(0, 0, 0, 0.07); | ||||
|      | ||||
| } | ||||
|  | ||||
| .dialog .header h2 { | ||||
|  | ||||
|     padding: 0.5em; | ||||
|     margin: 0; | ||||
|     font-size: 1.5em; | ||||
|  | ||||
|     font-weight: lighter; | ||||
|     text-shadow: 1px 1px white; | ||||
|  | ||||
| } | ||||
|  | ||||
| /* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user