mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 12:27:28 +00:00 
			
		
		
		
	Improve consistency of Compact theme.
This commit is contained in:
		| @@ -1,3 +1,5 @@ | |||||||
| Theme: Compact | Theme: Compact | ||||||
| ============== | ============== | ||||||
| A compact, no-nonsense resume theme for FluentCV. | A compact, no-frills resume theme for FluentCV. | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								themes/compact/compact.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								themes/compact/compact.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 72 KiB | 
| @@ -1,5 +1,5 @@ | |||||||
| html, body, main, section, header, ul, p, h1, h2, h3 { | html, body, main, section, header, ul, p, h1, h2, h3 { | ||||||
|   font-family: Helvetica, sans-serif; |   font-family: Calibri, 'Helvetica Neue', Helvetica, 'Segoe UI', sans-serif; | ||||||
|   font-size: 12px; |   font-size: 12px; | ||||||
|   margin: 0; padding: 0; |   margin: 0; padding: 0; | ||||||
|   display: block; |   display: block; | ||||||
|   | |||||||
| @@ -3,7 +3,6 @@ | |||||||
|   <head> |   <head> | ||||||
|     <meta charset="utf-8"> |     <meta charset="utf-8"> | ||||||
|     <title>{{ r.name }}</title> |     <title>{{ r.name }}</title> | ||||||
|     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'> |  | ||||||
|     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | ||||||
|     <link href="compact-html.css" rel="stylesheet" type="text/css"> |     <link href="compact-html.css" rel="stylesheet" type="text/css"> | ||||||
|   </head> |   </head> | ||||||
|   | |||||||
| @@ -1,5 +1,6 @@ | |||||||
|  |  | ||||||
| html, body, main, section, header, ul, p, h1, h2, h3 { | html, body, main, section, header, ul, p, h1, h2, h3 { | ||||||
|   font-family: Helvetica, sans-serif; |   font-family: 'Calibri', 'Helvetica Neue', Helvetica, 'Segoe UI', sans-serif; | ||||||
|   font-size: 12px; |   font-size: 12px; | ||||||
|   margin: 0; padding: 0; |   margin: 0; padding: 0; | ||||||
|   display: block; |   display: block; | ||||||
|   | |||||||
| @@ -3,9 +3,8 @@ | |||||||
|   <head> |   <head> | ||||||
|     <meta charset="utf-8"> |     <meta charset="utf-8"> | ||||||
|     <title>{{ r.name }}</title> |     <title>{{ r.name }}</title> | ||||||
|     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'> |  | ||||||
|     <style> |     <style> | ||||||
|     {{ cssInfo.data }} |     {{{ cssInfo.data }}} | ||||||
|     </style> |     </style> | ||||||
|   </head> |   </head> | ||||||
|   <body> |   <body> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user