Fixed CSS counters in articles
This commit is contained in:
+4
-4
@@ -224,14 +224,14 @@ footer.post-info {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-title {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Links
|
* Links
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.entry-content {
|
||||||
|
counter-reset: entrylinks 0 figures 0 tables 0 listings 0;
|
||||||
|
}
|
||||||
|
|
||||||
.entry-content a {
|
.entry-content a {
|
||||||
counter-increment: entrylinks;
|
counter-increment: entrylinks;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user