Skip to content

Commit

Permalink
Fix Sticky post alignment on browsers < 500px
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Mar 29, 2014
1 parent b14e3ce commit fb37027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2257,6 +2257,7 @@ table th {
padding-right: 20px;
padding-left: 20px;
padding-top: 10px;
margin-right: -10px;
}

.multi-author-mode .site,
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2422,6 +2422,7 @@ table th {
padding-right: 20px;
padding-left: 20px;
padding-top: 10px;
margin-left: -10px;
}

.multi-author-mode .site,
Expand Down

0 comments on commit fb37027

Please sign in to comment.