fix: css link
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c5919427d8
commit
3a63a9ee57
|
@ -1,6 +1,6 @@
|
||||||
/* Style-sheet to use for manuals (copied from Emacs) */
|
/* Style-sheet to use for manuals (copied from Emacs) */
|
||||||
|
|
||||||
@import url('/style.css');
|
@import url('./style.css');
|
||||||
|
|
||||||
/* makeinfo 6.5 converts @quotation to <blockquote>. Highlight them. */
|
/* makeinfo 6.5 converts @quotation to <blockquote>. Highlight them. */
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* This stylesheet is used by manuals and a few older resources. */
|
/* This stylesheet is used by manuals and a few older resources. */
|
||||||
|
|
||||||
@import url('/reset.css');
|
@import url('./reset.css');
|
||||||
|
|
||||||
|
|
||||||
/*** PAGE LAYOUT ***/
|
/*** PAGE LAYOUT ***/
|
||||||
|
|
Loading…
Reference in New Issue