Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing padding around content when searching #32

Open
quatroweb opened this issue Mar 10, 2014 · 4 comments
Open

Missing padding around content when searching #32

quatroweb opened this issue Mar 10, 2014 · 4 comments
Assignees
Labels

Comments

@quatroweb
Copy link

When using the search function on the site (in the sidebar) it appears that there is no padding around the content in the results.

Maybe a div around the article result?

@quatroweb
Copy link
Author

Or just an adjustment in the:

.hentry, #comments, .respond-form {
margin: 0 0 20px 0;
border-radius: 0px;
background: #FFF;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
border: 1px solid #DDD;
padding: 0 20px 20px; <------------
}

@slightlyoffbeat
Copy link
Owner

Thanks for the catch. The search, and 404 pages in particular have not been updated yet. They will be soon.

@FrancescoBorzi
Copy link

I can confirm this bug.

I suggest to give the 20px right and left padding to < article > element, instead of giving it to three different classes (.article-header, .entry-content, .article-footer).

This is the fix I suggest:

FrancescoBorzi@c6d9f5e

@FrancescoBorzi
Copy link

Pull request (with other improvements) here: #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants