File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ find the information in this file helpful.
8
8
9
9
{1 Quick start: HTML and CSS}
10
10
11
- The [odoc] CSS is found at {{:https://github.com/ocaml/odoc/blob/master/src/odoc/etc/ odoc.css}[src/odoc/etc /odoc.css]}. It
11
+ The [odoc] CSS is found at {{:https://github.com/ocaml/odoc/blob/master/src/html_support_files/ odoc.css}[src/html_support_files /odoc.css]}. It
12
12
still needs work, and PRs are very welcome. You can edit CSS using your browser's {{:https://developer.mozilla.org/en-US/docs/Tools}developer}
13
13
{{:https://developer.chrome.com/docs/devtools/}tools}. Then send us a PR for the same changes made to this file.
14
14
Original file line number Diff line number Diff line change @@ -557,6 +557,12 @@ td.def-doc *:first-child {
557
557
.at-tags li { padding-left : 3ex ; text-indent : -3ex ; }
558
558
.at-tags .at-tag { text-transform : capitalize }
559
559
560
+ /* Alert emoji */
561
+
562
+ .alert ::before {
563
+ content : '⚠️ ' ;
564
+ }
565
+
560
566
/* Lists of modules */
561
567
562
568
.modules { list-style-type : none; margin-left : -3ex ; }
You can’t perform that action at this time.
0 commit comments