mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-19 22:33:52 -04:00
[PR #60] [MERGED] fix padding in blog posts; change div sections to actual section tags #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-gitea/theme/pull/60
Author: @daviian
Created: 6/5/2018
Status: ✅ Merged
Merged: 6/5/2018
Merged by: @lafriks
Base:
master← Head:bugfix/padding-blog📝 Commits (1)
1c2563bfix padding in blog posts; change div sections to actual section tags📊 Changes
5 files changed (+58 additions, -55 deletions)
View changed files
📝
layouts/_default/single.html(+2 -2)📝
layouts/doc/single.html(+2 -2)📝
layouts/page/single.html(+2 -2)📝
layouts/post/list.html(+32 -31)📝
layouts/post/single.html(+20 -18)📄 Description
Adds missing padding on blog page.
Change all divs with class section to actual section tags
Before:


After:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.