From 55e7627235a80797428bfcea2bd8a0f4d1354480 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 30 Jul 2014 18:15:03 -0700 Subject: [PATCH] ditch more borders --- local.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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 -- 2.39.5