Move css into a css subdirectory.

Add css to put a bar next to blockquotes.
This commit is contained in:
Mark Haines 2015-10-23 11:58:06 +01:00
parent f0c74a9c83
commit df443c10ac
5 changed files with 6 additions and 1 deletions

View file

@ -15,7 +15,7 @@ import yaml
os.chdir(os.path.dirname(os.path.abspath(__file__)))
stylesheets = {
"stylesheet_path": ["basic.css", "nature.css", "codehighlight.css"]
"stylesheet_path": glob.glob("css/*.css"),
}
VERBOSE = False