Skip to content

Commit 4be656a

Browse files
committed
minor #525 Prevent affecting some styles on the right sidebar (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Prevent affecting some styles on the right sidebar Before, some styles like margin also were applied to the right sidebar elements like `p`, `h3` tags. Commits ------- acd6853 Prevent affecting some styles on the right sidebar
2 parents d36aa57 + acd6853 commit 4be656a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ body#login #login-users-help p .console {
224224

225225
/* Page: 'Blog index'
226226
------------------------------------------------------------------------- */
227-
body#blog_index h1,
228-
body#blog_index p {
227+
body#blog_index #main h1,
228+
body#blog_index #main p {
229229
margin-bottom: 0.5em
230230
}
231231

@@ -248,7 +248,7 @@ body#blog_index .post-tags .label-default i {
248248

249249
/* Page: 'Blog post show'
250250
------------------------------------------------------------------------- */
251-
body#blog_post_show h3 {
251+
body#blog_post_show #main h3 {
252252
margin-bottom: 0.75em
253253
}
254254

0 commit comments

Comments
 (0)