Rob Drew
6 years ago
2 changed files with 30 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||||||
|
/* 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; |
||||||
|
} |
||||||
|
|
||||||
|
|
Loading…
Reference in new issue