File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
<style>
2
2
: root { suppor ted- color - schemes: light dark; color - scheme: light dark; }
3
- h1 { padding- botto m: .3em; bor der- botto m: 1px solid gray; }
3
+ div h1 { padding- botto m: .3em; bor der- botto m: 1px solid gray; }
4
+
5
+ /* Older versions' release notes. Will be optionally shown in collapsed form if the user has upgraded across multiple versions. */
6
+ div > details.oldVersionToggle > summary {
7
+ font-size : 1.2em ;
8
+ border-radius : 5px ;
9
+ border-bottom : 3px solid # 57c4d0 ;
10
+ cursor : pointer;
11
+ padding : 10px ;
12
+ }
13
+ .toc {
14
+ /* Sparkle does not seem to allow anchor links. Just disable the TOC. */
15
+ display : none;
16
+ }
17
+ div .sparkle-installed-version { display : none; }
18
+ div .sparkle-installed-version ~ section { display : none; }
4
19
</ style>
Original file line number Diff line number Diff line change 3
3
<title >MacVim prerelease-180.2</title >
4
4
<description ><![CDATA[
5
5
{% include_relative _appcast_style.css %}
6
+ <div>
6
7
{% include releases/r180.2.html %}
8
+ </div>
7
9
<p><br /><small><a href="https://github.com/macvim-dev/macvim/releases/">Latest release notes ></a></small></p>
8
10
]]> </description >
9
11
<sparkle : fullReleaseNotesLink >https://github.com/macvim-dev/macvim/releases</sparkle : fullReleaseNotesLink >
Original file line number Diff line number Diff line change 2
2
<title >MacVim release-180</title >
3
3
<description ><![CDATA[
4
4
{% include_relative _appcast_style.css %}
5
+ <div>
5
6
{% include releases/r180.html %}
7
+ </div>
6
8
<p><br /><small><a href="https://github.com/macvim-dev/macvim/releases/latest">Latest release notes ></a></small></p>
7
9
]]> </description >
8
10
<sparkle : fullReleaseNotesLink >https://github.com/macvim-dev/macvim/releases</sparkle : fullReleaseNotesLink >
Original file line number Diff line number Diff line change 2
2
<title >MacVim release-180</title >
3
3
<description ><![CDATA[
4
4
{% include_relative _appcast_style.css %}
5
+ <div>
5
6
{% include releases/r180.html %}
7
+ </div>
6
8
<p><br /><small><a href="https://github.com/macvim-dev/macvim/releases/latest">Latest release notes ></a></small></p>
7
9
]]> </description >
8
10
<sparkle : fullReleaseNotesLink >https://github.com/macvim-dev/macvim/releases</sparkle : fullReleaseNotesLink >
You can’t perform that action at this time.
0 commit comments