浏览代码

Hide the border when not a sidebar

Nevan Scott 7 年之前
父节点
当前提交
b7d33a86e5
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      themes/cupper/static/css/styles.css

+ 3 - 0
themes/cupper/static/css/styles.css

@@ -842,6 +842,9 @@ h1 svg {
     .intro {
         text-align: center;
     }
+    .intro-and-nav {
+        border-right: none;
+    }
     .intro-and-nav > div {
         padding: 1.5rem;
     }