diff options
author | Nick White <git@njw.me.uk> | 2010-05-18 23:53:27 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-18 23:53:27 +0100 |
commit | 1a7b05e417fbdb46730f35e468fb0a178d85a67a (patch) | |
tree | da315e3af03dbdec4957e31b7cc74251d9bd80dc | |
parent | 7ae19be04750177998cf47e71ed8b17891f212b9 (diff) | |
download | njw-website-1a7b05e417fbdb46730f35e468fb0a178d85a67a.tar.bz2 njw-website-1a7b05e417fbdb46730f35e468fb0a178d85a67a.zip |
Centre pages
-rw-r--r-- | includes/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/style.css b/includes/style.css index 4f5b307..4628fb4 100644 --- a/includes/style.css +++ b/includes/style.css @@ -12,7 +12,7 @@ div#footer { margin-top: 6ex; font-size: xx-small; border-top-width: thin; borde } @media screen { - body { background-color: black; color: white; margin-left: 3%; } + body { background-color: black; color: white; } h1 { color: white; } h2 { border-bottom-color: white; color: #ff44cc; } a { border-bottom: thin dotted white; color: #ff44cc; } |