9 lines
179 B
CSS
9 lines
179 B
CSS
@import url("asciidoc-xhtml11.css");
|
|
|
|
h1 {
|
|
background-image: url("xsf.svg");
|
|
background-repeat: no-repeat;
|
|
background-position: center right;
|
|
background-size: auto 95%;
|
|
}
|