Skip to content

Commit c7140d4

Browse files
make the download warning much more aggressive (#2382)
* make the download warning much more aggressive * adjustments * reword * change admonition color * add the note to the header * Fix note syntax in downloads/index.md * Revise manual download note for clarity Updated note on manual downloads to clarify installation instructions. * fix colons * try a rewording * code formatting looks bad in header --------- Co-authored-by: Viral B. Shah <[email protected]>
1 parent 6231581 commit c7140d4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

_css/franklin.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,16 @@
100100
border-radius: 4px;
101101
font-size: 1rem; }
102102
.admonition-note {
103-
background-color: #3d6e91;
103+
margin: 1em 0;
104+
background-color: #c5deff;
104105
border-color: #209cee; }
105106
.admonition-note > .admonition-title {
106107
background-color: #209cee;
107108
color: #fff; }
108109
.admonition-note > .admonition-body {
109110
color: rgba(0, 0, 0, 0.7); }
110111
.admonition-warn {
112+
margin: 1em 0;
111113
background-color: #fff3c5;
112114
border-color: #ffdd57; }
113115
.admonition.warn > .admonition-title {

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Add here global latex commands to use throughout your pages.
3535
-->
3636
\newcommand{\note}[2]{
3737
@@admonition-note
38-
@@admonition-title Note #1 @@
38+
@@admonition-title Note: #1 @@
3939
@@admonition-body #2 @@
4040
@@
4141
}
4242

4343
\newcommand{\warn}[2]{
4444
@@admonition-warn
45-
@@admonition-title Warning #1 @@
45+
@@admonition-title Warning: #1 @@
4646
@@admonition-body #2 @@
4747
@@
4848
}

downloads/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@def title = "Download Julia"
22

3-
# Manual Downloads
3+
# Manual Downloads (Not recommended for typical installations)
44

5-
**This page is not for most users:** See [Install](/install/) for how to install Julia the recommended way using `juliaup`. Please see [platform specific instructions](/downloads/platform/) for further manual installation instructions. If the official binaries do not work for you, please [file an issue in the Julia project](https://github.com/JuliaLang/julia/issues).
5+
\note{juliaup is the proper way to install julia, not these downloads}{See the [installation instructions](/install/) on using `juliaup` to install Julia. If the official binaries do not work for you, please [file an issue in the Julia project](https://github.com/JuliaLang/julia/issues).}
66

77
~~~
88
<h4 id=current_stable_release><a href="#current_stable_release">Current stable release: v{{stable_release}} ({{stable_release_date}})</a></h4>

0 commit comments

Comments
 (0)