Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4629 from jee1mr/Bug-1332650
[bug 1332650][CSS linting] MPL and namespace pages
  • Loading branch information
alexgibson committed Feb 3, 2017
2 parents 9316e99 + f6a4429 commit 3f49229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions media/css/mozorg/mpl-1-1-annotated.scss
Expand Up @@ -25,7 +25,7 @@ h1 {
}

#moveacross p:first-child {
margin-top: 0px;
margin-top: 0;
}

.subsection {
Expand Down Expand Up @@ -53,8 +53,8 @@ a.mouseover {
color: black;
display: block;
font-weight: normal;
left: 0px;
margin: 0px 5px 5px 5px;
left: 0;
margin: 0 5px 5px 5px;
padding: 5px;
position: absolute;
text-decoration: none;
Expand Down
6 changes: 3 additions & 3 deletions media/css/mozorg/mpl-differences.scss
Expand Up @@ -39,7 +39,7 @@ h1 {
}

#moveacross p:first-child {
margin-top: 0px;
margin-top: 0;
}

.subsection {
Expand Down Expand Up @@ -79,8 +79,8 @@ strong {
font-size: 100%;
font-variant: normal;
font-weight: normal;
left: 0px;
margin: 0px 5px 5px 5px;
left: 0;
margin: 0 5px 5px 5px;
padding: 5px;
position: absolute;
text-decoration: none;
Expand Down

0 comments on commit 3f49229

Please sign in to comment.