From: Don Armstrong Date: Thu, 31 Jul 2014 01:15:03 +0000 (-0700) Subject: ditch more borders X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55e7627235a80797428bfcea2bd8a0f4d1354480;p=laureldon.git ditch more borders --- diff --git a/local.css b/local.css index 3b76b50..6d6cbb9 100644 --- a/local.css +++ b/local.css @@ -7,22 +7,31 @@ body { background-size: cover; background-attachment: fixed; font-family: "liberation_serifregular",sans-serif; - padding-top: 40px; - padding-bottom: 40px; } .pagedate { visibility: hidden; margin-left: auto; margin-right: auto; - width: 300px; + width: 40ex; + padding-top: 40px; + padding-bottom: 40px; + margin-top: auto; + margin-bottom: auto; } -.header { - line-height: 0em; -} #pagebody { background-color: rgba(255,255,255,0.8); } + +.pageheader .actions ul { + border-bottom: 0; +} + +#pageinfo { + margin: 1em 0; + border-top: 0; +} + \ No newline at end of file