Merge pull request #125 from matrix-org/markjh/blockquote_css

Move css into a css subdirectory.
pull/977/head
Mark Haines 9 years ago
commit 0639f885df

@ -0,0 +1,5 @@
blockquote {
margin: 20px 0 30px;
border-left: 5px solid;
padding-left: 20px;
}

@ -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

Loading…
Cancel
Save