-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0ae50a
commit 60671a3
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule berlin
updated
15 files
+1 −1 | collections/browse.php | |
+4 −2 | common/footer.php | |
+8 −6 | common/header.php | |
+43 −1 | css/sass/_768max.scss | |
+0 −5 | css/sass/_960max.scss | |
+199 −168 | css/sass/_normalize.scss | |
+245 −136 | css/sass/_screen.scss | |
+0 −4 | css/sass/style.scss | |
+468 −340 | css/style.css | |
+0 −32 | exhibit-builder/exhibits/summary.php | |
+2 −2 | index.php | |
+1 −1 | items/browse.php | |
+17 −0 | javascripts/berlin.js | |
+0 −54 | javascripts/globals.js | |
+3 −3 | theme.ini |
Submodule default
updated
12 files
+5 −3 | common/footer.php | |
+8 −5 | common/header.php | |
+2 −0 | css/config.rb | |
+199 −168 | css/sass/_normalize.scss | |
+154 −81 | css/sass/_screen.scss | |
+94 −46 | css/sass/_screen_768.scss | |
+1 −1 | css/sass/style.scss | |
+506 −328 | css/style.css | |
+1 −1 | functions.php | |
+6 −5 | items/show.php | |
+4 −30 | javascripts/default.js | |
+3 −3 | theme.ini |
Submodule seasons
updated
14 files
+1 −1 | .gitignore | |
+4 −2 | common/footer.php | |
+17 −10 | common/header.php | |
+11 −0 | config.ini | |
+3 −3 | css/sass/_base.scss | |
+199 −168 | css/sass/_normalize.scss | |
+192 −55 | css/sass/_screen.scss | |
+113 −37 | css/sass/_screen_768.scss | |
+447 −254 | css/style.css | |
+14 −3 | exhibit-builder/exhibits/show.php | |
+0 −32 | exhibit-builder/exhibits/summary.php | |
+0 −84 | javascripts/globals.js | |
+40 −0 | javascripts/seasons.js | |
+3 −3 | theme.ini |