You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
382 B
27 lines
382 B
/* search results styling */ |
|
|
|
.view-row { |
|
border-bottom: 1px solid grey; |
|
padding: 10px; |
|
} |
|
|
|
span.views-field-title { |
|
text-decoration: underline; |
|
} |
|
|
|
/* misc styling */ |
|
|
|
/* class to indent first line of paragraph */ |
|
|
|
p.firstlineindent { |
|
text-indent: 2em; |
|
} |
|
|
|
/* Works Cited styling */ |
|
|
|
/* add italics to journal titles */ |
|
span.citeproc-container-title { |
|
font-style: italic; |
|
} |
|
|
|
|
|
|