aboutsummaryrefslogtreecommitdiff
path: root/docs/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css/common.css')
-rw-r--r--docs/css/common.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/css/common.css b/docs/css/common.css
new file mode 100644
index 0000000..d28b093
--- /dev/null
+++ b/docs/css/common.css
@@ -0,0 +1,8 @@
+/* Ensure the search bar doesn't overlap with links */
+.fixed_header {
+ padding-bottom: 25px;
+}
+
+#full_list {
+ padding-top: 15px;
+}