Browse Source

Fixed CSS counters in articles

master
Henner M. Kruse 4 years ago
parent
commit
ba1ca4b752
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      static/css/site.css

+ 4
- 4
static/css/site.css View File

@@ -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;


Loading…
Cancel
Save