Преглед изворни кода

Fixed CSS counters in articles

master
Henner M. Kruse пре 4 година
родитељ
комит
ba1ca4b752
1 измењених фајлова са 4 додато и 4 уклоњено
  1. +4
    -4
      static/css/site.css

+ 4
- 4
static/css/site.css Прегледај датотеку

@@ -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…
Откажи
Сачувај