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