diff options
author | r <r@freesoftwareextremist.com> | 2020-09-22 16:22:58 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-09-22 16:35:55 +0000 |
commit | 8dbea3731f836d0332096adb921310fc78bf385d (patch) | |
tree | 62759319c35fd4fa7dca752712734f8fa76a7729 /static | |
parent | 5478b344796798e6aadd5554007f4ee85c347ebc (diff) | |
download | bloat-8dbea3731f836d0332096adb921310fc78bf385d.tar.gz bloat-8dbea3731f836d0332096adb921310fc78bf385d.zip |
Make navigation links more prominent
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index db2ae1b..501bf45 100644 --- a/static/style.css +++ b/static/style.css @@ -132,11 +132,12 @@ } .pagination { - margin: 4px; + margin: 4px 4px 12px 4px; } .pagination a { margin: 0 8px; + font-size: 13pt; } .notification-container { |