summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-08-24 08:27:40 -0400
committerAmin Bandali <bandali@gnu.org>2020-08-24 08:27:40 -0400
commit24020c18e702c46c96113b3188ba0633a72efb21 (patch)
tree261d9024e12f0d9d817997cf479756676d13ed03 /local.css
parent425b5263c0ba6ca93cfdea4bb325d61c0a964714 (diff)
downloademacsconf-wiki-24020c18e702c46c96113b3188ba0633a72efb21.tar.xz
emacsconf-wiki-24020c18e702c46c96113b3188ba0633a72efb21.zip
local.css: set the border on .pageheader to none
Diffstat (limited to '')
-rw-r--r--local.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/local.css b/local.css
index b36c0d00..c39c4d42 100644
--- a/local.css
+++ b/local.css
@@ -14,6 +14,8 @@
border-width: 1px;
}
+.pageheader { border: none }
+
#content {
max-width: 38rem;
margin: 0;