This website works better with JavaScript.
Home
Explore
Help
Sign In
hmk
/
pelican-latex
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed CSS counters in articles
master
Henner M. Kruse
4 years ago
parent
c0adb69632
commit
ba1ca4b752
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save