mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 02:34:14 +02:00
Move css into a css subdirectory.
Add css to put a bar next to blockquotes.
This commit is contained in:
parent
f0c74a9c83
commit
df443c10ac
5
scripts/css/blockquote.css
Normal file
5
scripts/css/blockquote.css
Normal file
|
|
@ -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__)))
|
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
stylesheets = {
|
stylesheets = {
|
||||||
"stylesheet_path": ["basic.css", "nature.css", "codehighlight.css"]
|
"stylesheet_path": glob.glob("css/*.css"),
|
||||||
}
|
}
|
||||||
|
|
||||||
VERBOSE = False
|
VERBOSE = False
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue