Skip to content

Commit

Permalink
Reduce top margin of main heading in about:nightly (mozilla#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
UtiluMark committed Nov 6, 2016
1 parent c737156 commit 77bcbe0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extension/chrome/skin/aboutNightly/aboutNightly-sb.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ body {
background: -moz-Field;
}

h1 {
margin-top: 0;
}

.aboutPageWideContainer {
max-width: 80%;
}
Expand Down
3 changes: 3 additions & 0 deletions extension/chrome/skin/aboutNightly/aboutNightly.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

h1 {
margin-top: 0;
}

0 comments on commit 77bcbe0

Please sign in to comment.