diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 8fcfa6f..89d8814 100644 --- a/static/style.css +++ b/static/style.css @@ -108,6 +108,14 @@ aside { float: right; } +#header_linkers { + font-size: xx-small; +} + +#header_linkers li { + list-style: none; +} + #tags { font-size: xx-small; } |