Skip to content

Commit 21bc5ea

Browse files
committed
Add default styling for bibliography
1 parent 93af6a9 commit 21bc5ea

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

preview-src/bibliography.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@ Citations without xreftext (ID only): <<Freeman1977>>.
88
== References
99

1010
* [[[Brandes2001, 1]]] Brandes, Ulrik. "A faster algorithm for betweenness centrality." _Journal of mathematical sociology_ 25, no. 2 (2001): 163-177. link:https://snap.stanford.edu/class/cs224w-readings/brandes01centrality.pdf[].
11-
12-
[.no-bullet]
1311
* [[[Brandes2007, 2]]] Brandes, Ulrik, and Christian Pich. "Centrality estimation in large networks." _International Journal of Bifurcation and Chaos_ 17, no. 07 (2007): 2303-2318. link:https://www.uni-konstanz.de/mmsp/pubsys/publishedFiles/BrPi07.pdf[].
14-
15-
[.unstyled]
1612
* [[[Freeman1977]]] Freeman, Linton C. "A set of measures of centrality based on betweenness." _Sociometry_ (1977): 35-41. link:http://moreno.ss.uci.edu/23.pdf[].

src/css/neo4j-docs.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,7 @@ div.beta-symbol p::before {
418418
color: var(--warning-color);
419419
}
420420

421-
.no-bullet > ul.bibliography {
422-
list-style-type: none;
423-
}
424-
425-
.unstyled > ul.bibliography {
421+
ul.bibliography {
426422
list-style-type: none;
427423
padding-left: 0;
428424
}

0 commit comments

Comments
 (0)