
Copy `scribble/sigplan`'s style file to `scribble/lncs` because the HTML renderer expects to find an `lncs.css` file.
14 lines
278 B
CSS
14 lines
278 B
CSS
/* Support for styles in scribble/lncs */
|
|
|
|
.SAuthorPlace, .SAuthorEmail,
|
|
.SConferenceInfo, .SCopyrightYear, .SCopyrightData,
|
|
.Sdoi, .SPexclusivelicense,
|
|
.SCategory, .SCategoryPlus, .STerms, .SKeywords {
|
|
display: none;
|
|
}
|
|
|
|
.SSubtitle {
|
|
display: block;
|
|
font-size: smaller;
|
|
}
|