From ba977000a287e17dc873320ab02870cc0411f93c Mon Sep 17 00:00:00 2001 From: dohliam Date: Thu, 14 Jul 2016 01:26:22 -0700 Subject: [PATCH] change import stylesheet paths - fixes #6 --- css/clean.css | 2 +- css/dark.css | 2 +- css/fedora.css | 2 +- css/gazette.css | 2 +- css/italian-pop.css | 2 +- css/material.css | 2 +- css/notebook.css | 2 +- css/plain.css | 2 +- css/ubuntu.css | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/css/clean.css b/css/clean.css index e6c9648..6ff4331 100644 --- a/css/clean.css +++ b/css/clean.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import "https://fonts.googleapis.com/css?family=Noto+Sans:300,600italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"; -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */ diff --git a/css/dark.css b/css/dark.css index 35f822c..e483675 100644 --- a/css/dark.css +++ b/css/dark.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import url(https://fonts.googleapis.com/css?family=Noto+Sans); -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */ diff --git a/css/fedora.css b/css/fedora.css index bba2bd5..d36c1f6 100644 --- a/css/fedora.css +++ b/css/fedora.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import url(https://fonts.googleapis.com/css?family=Montserrat|Open+Sans); -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */ diff --git a/css/gazette.css b/css/gazette.css index 535bcde..b2aab82 100644 --- a/css/gazette.css +++ b/css/gazette.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro|UnifrakturMaguntia|Source+Sans+Pro); -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */ diff --git a/css/italian-pop.css b/css/italian-pop.css index 70e362e..40bc116 100644 --- a/css/italian-pop.css +++ b/css/italian-pop.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import url(https://fonts.googleapis.com/css?family=Galada|Lato); -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */ diff --git a/css/material.css b/css/material.css index e8e9ba0..e9491f4 100644 --- a/css/material.css +++ b/css/material.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import url(https://fonts.googleapis.com/css?family=Noto+Sans); -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */ diff --git a/css/notebook.css b/css/notebook.css index 9cce1b7..75d9f51 100644 --- a/css/notebook.css +++ b/css/notebook.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import url(https://fonts.googleapis.com/css?family=Cabin+Sketch|Architects+Daughter); -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */ diff --git a/css/plain.css b/css/plain.css index c57c079..6e52071 100644 --- a/css/plain.css +++ b/css/plain.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import url(https://fonts.googleapis.com/css?family=Noto+Sans); -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */ diff --git a/css/ubuntu.css b/css/ubuntu.css index 0cc1767..73c9e38 100644 --- a/css/ubuntu.css +++ b/css/ubuntu.css @@ -1,7 +1,7 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import url(https://fonts.googleapis.com/css?family=Ubuntu); -@import "css/asciidoctor.css"; /* Default asciidoc style framework - important */ +@import "asciidoctor.css"; /* Default asciidoc style framework - important */ /* CUSTOMISATIONS */ /* Change the values in root for quick customisation. If you want even more fine grain... venture further. */