Skip to content

Commit

Permalink
Theme: Rename site-* sections for clarity
Browse files Browse the repository at this point in the history
Noticed these when applying the same to GCWeb
  • Loading branch information
nschonni committed May 2, 2014
1 parent 227c68d commit 8438915
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions theme/theme.scss
Expand Up @@ -12,12 +12,12 @@
@import "banner/base";
@import "breadcrumb/base";
@import "calendar/base";
@import "footer/base";
@import "language-bar/base";
@import "main/base";
@import "menu/base";
@import "search/base";
@import "secondary-menu/base";
@import "site-info/base";
@import "site-menu/base";
@import "skip-links/base";

/*
Expand All @@ -36,8 +36,8 @@
/* Small view and under */
@media screen and (max-width: $screen-sm-max) {
@import "views/screen-sm-max";
@import "secondary-menu/screen-sm-max";
@import "banner/screen-sm-max";
@import "secondary-menu/screen-sm-max";
}

/* Medium view and under */
Expand Down Expand Up @@ -105,8 +105,8 @@
@media print {
@import "views/print";
@import "banner/print";
@import "footer/print";
@import "menu/print";
@import "search/print";
@import "secondary-menu/print";
@import "site-info/print";
@import "site-menu/print";
}

0 comments on commit 8438915

Please sign in to comment.