diff --git a/css/main.scss b/css/main.scss deleted file mode 100755 index 321f4ffd3..000000000 --- a/css/main.scss +++ /dev/null @@ -1,47 +0,0 @@ ---- -# Only the main Sass file needs front matter (the dashes are enough) ---- -@charset "utf-8"; - -// Our variables -$base-font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; -$base-font-size: 16px; -$small-font-size: $base-font-size * 0.875; -$base-line-height: 1.5; - -$spacing-unit: 30px; - -$text-color: #111; -$background-color: #fdfdfd; -$brand-color: #2a7ae2; - -$grey-color: #828282; -$grey-color-light: lighten($grey-color, 40%); -$grey-color-dark: darken($grey-color, 25%); - -$on-palm: 600px; -$on-laptop: 800px; - - - -// Using media queries with like this: -// @include media-query($palm) { -// .wrapper { -// padding-right: $spacing-unit / 2; -// padding-left: $spacing-unit / 2; -// } -// } -@mixin media-query($device) { - @media screen and (max-width: $device) { - @content; - } -} - - - -// Import partials from `sass_dir` (defaults to `_sass`) -@import - "base", - "layout", - "syntax-highlighting" -; diff --git a/modules/shared/templates/common.html b/modules/shared/templates/common.html index 6b6fa5cb8..efaa7f4f0 100644 --- a/modules/shared/templates/common.html +++ b/modules/shared/templates/common.html @@ -33,10 +33,9 @@
  • PCjs
  • Demos
  • Devices
  • -
  • Disks
  • +
  • Disks
  • Docs
  • Pubs
  • -
  • Blog
  • About
  • diff --git a/modules/shared/templates/common.xsl b/modules/shared/templates/common.xsl index 81421dd7a..cdb798e98 100644 --- a/modules/shared/templates/common.xsl +++ b/modules/shared/templates/common.xsl @@ -35,10 +35,9 @@
  • PCjs
  • Demos
  • Devices
  • -
  • Disks
  • +
  • Disks
  • Docs
  • Pubs
  • -
  • Blog
  • About