Skip to content

Commit

Permalink
inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
iot-icore committed May 18, 2015
1 parent 1978db7 commit eed4666
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion css/pubs.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ li.pub-item {
margin-top: 1em;
}

.citation strong,em {
/*.citation strong,em {
display: block;
}
*/

/*
.ref-list ol {
Expand Down
36 changes: 18 additions & 18 deletions pages/inline.csl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</choose>
</if>
<else-if type="book">
<text variable="title"/>
<text variable="title" font-style="italic"/>
</else-if>
<else>
<text variable="title"/>
Expand Down Expand Up @@ -183,7 +183,7 @@
<text variable="issue" prefix=", no. "/>
</if>
<else-if type="book">
<group delimiter=". ">
<group prefix=". " delimiter=". ">
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=". "/>
<number variable="volume" form="numeric"/>
Expand Down Expand Up @@ -244,7 +244,7 @@
<text macro="container-prefix" suffix=" "/>
</if>
</choose>
<text variable="container-title"/>
<text variable="container-title" font-style="italic"/>
</macro>
<macro name="publisher">
<group delimiter=": ">
Expand Down Expand Up @@ -282,7 +282,7 @@
<if variable="title" match="none"> </if>
<else-if type="thesis"> </else-if>
<else>
<text variable="genre" text-case="capitalize-first"/>
<text variable="genre" text-case="capitalize-first" prefix=". "/>
</else>
</choose>
</macro>
Expand All @@ -302,7 +302,7 @@
<text macro="day-month" prefix=", "/>
</else-if>
<else>
<group delimiter=", ">
<group prefix=". " delimiter=", ">
<choose>
<if type="thesis">
<text variable="genre" text-case="capitalize-first"/>
Expand All @@ -318,20 +318,20 @@
<sort>
</sort>
<layout suffix=".">
<text macro="title" font-weight="bold"/>
<text macro="contributors" font-style="italic"/>
<!--text macro="description"/>
<text macro="secondary-contributors"/-->
<text macro="container-title" suffix=", "/>
<!--text macro="container-contributors"/-->
<text macro="locators-chapter" suffix=", "/>
<text macro="edition" suffix=", "/>
<text macro="locators" suffix=", "/>
<text macro="collection-title" suffix=", "/>
<text macro="issue" suffix=". "/>
<text macro="locators-article" suffix=". "/>
<text macro="contributors" suffix=". "/>
<text macro="date" suffix=". "/>
<!--text macro="access" prefix=". "/-->
<text macro="title"/>
<text macro="description"/>
<text macro="secondary-contributors" prefix=". "/>
<text macro="container-title" prefix=". "/>
<text macro="container-contributors"/>
<text macro="locators-chapter"/>
<text macro="edition" prefix=". "/>
<text macro="locators"/>
<text macro="collection-title" prefix=". "/>
<text macro="issue"/>
<text macro="locators-article"/>
<text macro="access" prefix=". "/>
</layout>
</citation>
</style>

0 comments on commit eed4666

Please sign in to comment.