lncs: add basic .css file
Copy `scribble/sigplan`'s style file to `scribble/lncs` because the HTML renderer expects to find an `lncs.css` file.
This commit is contained in:
parent
e2ea830361
commit
d4d38e1ac4
|
@ -1,4 +1,4 @@
|
|||
/* Support for styles in scribble/sigplan */
|
||||
/* Support for styles in scribble/acmart */
|
||||
|
||||
.SAuthorPlace, .SAuthorEmail,
|
||||
.SConferenceInfo, .SCopyrightYear, .SCopyrightData,
|
||||
|
|
13
scribble-lib/scribble/lncs/lncs.css
Normal file
13
scribble-lib/scribble/lncs/lncs.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user