How to change space around record display
- Product: Voyager
Question
How to increase or decrease whitespace around record information in a Record Display?
Answer
- cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/{skin}/css
- Open displayCommon.css for editing.
- Find .bibTags ul section and edit the "margin:" value to adjust amount of whitespace surrounding display sections:
.bibTags ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin:0px; padding:0px; }
- Add comment to file to mark change and save changes.
Additional Information
As with many customizations, there may be other methods for achieving the same result.
- Article last edited: 15-May-2018