Преглед на файлове

Merge pull request #21 from nevanscott/hotfix/border

Hide the border when not a sidebar
Heydon Pickering преди 7 години
родител
ревизия
ff0d87069c
променени са 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;
     }