diff --git a/web/assets/style.css b/web/assets/style.css index 5d29bf6..ac88905 100644 --- a/web/assets/style.css +++ b/web/assets/style.css @@ -101,7 +101,7 @@ a { } -#YearPager { +.YearPager { font-size: 120%; list-style: none; display: block; @@ -109,7 +109,7 @@ a { padding: 0; } -#YearPager li { +.YearPager li { display: inline-block; margin: 0; padding: 0; @@ -118,26 +118,26 @@ a { border-right-width: 0; } -#YearPager a { +.YearPager a { display: inline-block; padding: .5rem .8rem; } -#YearPager li:hover { +.YearPager li:hover { background: #444; } -#YearPager li.active { +.YearPager li.active { font-weight: bold; } -#YearPager li:last-child { +.YearPager li:last-child { border-right-width: 1px; border-top-right-radius: 7px; border-bottom-right-radius: 7px; } -#YearPager li:first-child { +.YearPager li:first-child { border-top-left-radius: 7px; border-bottom-left-radius: 7px; } diff --git a/web/templates/index.html b/web/templates/index.html index a77ac8d..a3a2428 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -8,12 +8,16 @@

Like and subscribe

-