13 lines
No EOL
175 B
CSS
13 lines
No EOL
175 B
CSS
|
|
h1, h2, h3, h4, h5, h6 {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#title {
|
|
font-weight: bold;
|
|
}
|
|
#author {
|
|
font-style: italic;
|
|
} |