Skip to content

Commit

Permalink
Tweak logo margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Dec 29, 2012
1 parent 6db25e4 commit 8606fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins-isotope-style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ h1, h2, h3, h4, h5, h6 {
display: block; display: block;
width: 130px; width: 130px;
height: 40px; height: 40px;
margin: 10px 0 0 10px; } margin: 10px 0 10px 10px; }
#top-panel td > a img { #top-panel td > a img {
display: none; } display: none; }


Expand Down
2 changes: 1 addition & 1 deletion jenkins-isotope-style.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, h6{
display:block; display:block;
width: 130px; width: 130px;
height: 40px; height: 40px;
margin: 10px 0 0 10px; margin: 10px 0 10px 10px;
img { img {
display:none; display:none;
} }
Expand Down

0 comments on commit 8606fa7

Please sign in to comment.