8000 body margin · Leopoldthecoder/dns.js.org@c5eb614 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5eb614

Browse files
author
indus
committed
body margin
1 parent 79fa63b commit c5eb614

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

css/main.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.ghbtn {
1+
.ghbtn {
22
display: inline-block;
33
line-height: 1.2em;
44
font-weight: 800;
@@ -61,8 +61,8 @@
6161
}
6262
@font-face {
6363
font-family: 'jsorg';
64-
src: url(../font/jsorg.eot?3za8g4);
65-
src: url(../font/jsorg.eot?#iefix3za8g4) format('embedded-opentype'), url(../font/jsorg.woff?3za8g4) format('woff'), url(../font/jsorg.ttf?3za8g4) format('truetype'), url(../font/jsorg.svg?3za8g4#jsorg) format('svg');
64+
src: url('../../font/jsorg.eot?3za8g4');
65+
src: url('../../font/jsorg.eot?#iefix3za8g4') format('embedded-opentype'), url('../../font/jsorg.woff?3za8g4') format('woff'), url('../../font/jsorg.ttf?3za8g4') format('truetype'), url('../../font/jsorg.svg?3za8g4#jsorg') format('svg');
6666
font-weight: normal;
6767
font-style: normal;
6868
}
@@ -83,9 +83,11 @@ html {
8383
}
8484
html.no-js,
8585
html.ie8 {
86-
background: url(../background.png) #ffb400 repeat-y fixed;
86+
background: url('../../background.png') #ffb400 repeat-y fixed;
8787
}
8888
body {
89+
padding: 0;
90+
margin: 0;
8991
color: #333333;
9092
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
9193
line-height: 1.5;
@@ -313,4 +315,3 @@ footer a:hover {
313315
display: none;
314316
}
315317
}
316-
/*# sourceMappingURL=main.css.map */

css/main.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0