Skip to content

Commit

Permalink
Fixed background properties (commit by krytarik)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedWolf committed Feb 5, 2018
1 parent a6890cf commit be0d27f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style.css
Expand Up @@ -7,6 +7,7 @@ body
text-rendering: optimizeLegibility;
overflow-x:hidden;
color: #555;
background: white;
}


Expand All @@ -25,7 +26,7 @@ body

h1
{
display:inline-block;
display:inline-block;
font-size: 2em;
line-height: 40px;
margin: -70px 48px 0;
Expand Down Expand Up @@ -100,7 +101,7 @@ a
}

table {
margin: 0 auto;
margin: 0 auto;
margin-top: 24px;
width: 75%;
padding: 24px;
Expand Down Expand Up @@ -167,7 +168,6 @@ tr.parent a[href^="/"] {

#pageWrapper
{
background: white;
margin: 0;
padding:0 0 0px;
}
Expand Down Expand Up @@ -208,6 +208,7 @@ tr.parent a[href^="/"] {
margin-top: 64px;
margin-left: 50px;
margin-right: 64px;
margin-bottom: 64px;
border-radius: 8px;
}

Expand Down

0 comments on commit be0d27f

Please sign in to comment.