Compare commits

..

No commits in common. "b35ba381bb7d372a02b261969501f6ee73e50107" and "590870db779bf8c08e32e16f4cb4c236874dcd59" have entirely different histories.

2 changed files with 0 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -30,10 +30,6 @@ body, html {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
html {
background-image: url(/img/background.png);
background-attachment: fixed;
}
body { body {
max-width: 800px; max-width: 800px;
margin: auto; margin: auto;
@ -44,7 +40,6 @@ body {
*/ */
font-family: sans-serif; font-family: sans-serif;
font-size: 11pt; font-size: 11pt;
box-shadow: 0px 0px 15px #000000;
} }
nav { nav {
display: block; display: block;