mirror of
				https://github.com/tiyn/beaker-blog.git
				synced 2025-10-31 02:41:17 +01:00 
			
		
		
		
	improved padding for figures
This commit is contained in:
		| @@ -87,7 +87,6 @@ def gen_index_string(): | |||||||
|       if file.endswith(".html"): |       if file.endswith(".html"): | ||||||
|         for line in text: |         for line in text: | ||||||
|           content_string += line |           content_string += line | ||||||
|         content_string += "<br>" |  | ||||||
|       if file.endswith(".md"): |       if file.endswith(".md"): | ||||||
|         content_string += gen_md_content(file, 2) |         content_string += gen_md_content(file, 2) | ||||||
|       content_string += "</div>" |       content_string += "</div>" | ||||||
|   | |||||||
| @@ -175,6 +175,10 @@ figure { | |||||||
|     padding:20px; |     padding:20px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .entry figure:last-child { | ||||||
|  |     padding-bottom:0 | ||||||
|  | } | ||||||
|  |  | ||||||
| ul { | ul { | ||||||
|     padding-left:20px; |     padding-left:20px; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user