fragmentize CSS for easier management
This commit is contained in:
parent
b3c71efab3
commit
48e3a19881
7 changed files with 254 additions and 254 deletions
13
styles/fonts/all.article.css
Normal file
13
styles/fonts/all.article.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#title {
|
||||
font-weight: bold;
|
||||
}
|
||||
#author {
|
||||
font-style: italic;
|
||||
}
|
5
styles/fonts/all.css
Normal file
5
styles/fonts/all.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
@import url("/styles/fonts/all.article.css");
|
||||
|
||||
.collapsible > li > header {
|
||||
font-weight: bold;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue