Skip to content

Commit 5f37eb5

Browse files
authored
Merge pull request #10 from MITLibraries/032_release
Prep for 0.3.2 release
2 parents 39e0403 + b23017b commit 5f37eb5

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

lib/mitlibraries/theme/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mitlibraries
22
module Theme
3-
VERSION = '0.3.1.pre'.freeze
3+
VERSION = '0.3.2'.freeze
44
end
55
end

vendor/assets/images/favicon.ico

15 KB
Binary file not shown.

vendor/assets/stylesheets/elements/_footer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.wrap-footer {
10-
background: $black image-url("vi-shape7-tp.svg") no-repeat 10% center;
10+
background: $black image-url('vi-shape7-tp.svg') no-repeat 10% center;
1111

1212
a {
1313
@extend %link;
@@ -61,7 +61,7 @@
6161
background: $white none repeat scroll 0 0;
6262

6363
path {
64-
fill: $gray-d1;
64+
fill: $gray-d1;
6565
}
6666
}
6767
}

vendor/assets/stylesheets/elements/_header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
.wrap-header {
29-
background: $black image-url("vi-shape7-tp.svg") no-repeat 0 65%;
29+
background: $black image-url('vi-shape7-tp.svg') no-repeat 0 65%;
3030

3131
.logo-mit-lib {
3232
display: inline-block;
@@ -90,3 +90,4 @@
9090
padding-top: 7px;
9191
padding-bottom: 5px;
9292
}
93+

0 commit comments

Comments
 (0)