mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 00:23: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 { | div.section { | ||||||
|     margin: 0; |     margin: 0; | ||||||
|     padding: 1em; |     padding: 1em; | ||||||
| @@ -174,24 +189,7 @@ div.section { | |||||||
| } | } | ||||||
|  |  | ||||||
| .dialog .header { | .dialog .header { | ||||||
|  |  | ||||||
|     margin: 0; |     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