aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/resources/css/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css
index f81a3dd9..995f298a 100644
--- a/website/resources/css/custom.css
+++ b/website/resources/css/custom.css
@@ -7,6 +7,10 @@
margin-bottom: 40px;
}
+pre {
+ text-align: left;
+}
+
.buttonLike {
cursor: pointer;
background: -webkit-linear-gradient(top, #FFFEF7, #CFCEC7);