aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-04-27 15:36:17 +0200
committerGravatar Gareth Coles <[email protected]>2018-04-27 14:36:17 +0100
commit0829ce9cfcf9927b31ed634885bca3cf32972ced (patch)
treef9cf65447fcdbffd677e8e74e7232e03034b10d4 /static
parent[Wiki] Fix left sidebar width on some devices (diff)
Minor adjustments to payment icon alignment and margins (#60)
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 04f83fa7..0120f56c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -138,3 +138,12 @@ img.navbar-logo {
#wiki-nav uk-nav-divider {
min-width: 7rem;
}
+
+/* Resource page styling */
+div.payment-icon img {
+ height: 2em;
+}
+
+div.payment-icon {
+ margin-right: 1em;
+} \ No newline at end of file