aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <michael@michaelreed.io>2017-07-14 18:15:04 -0400
committerMichael Reed <michael@michaelreed.io>2017-07-16 15:07:36 -0400
commit3d46f442a89f0d50bc06f3b9fd19a01f2f3a4310 (patch)
tree795b137eddaae1b5e78de7f6e16e70323e80d208
parente79bee492f99d89d97931efe5319eed8de5ff036 (diff)
downloadlibrebootfr-3d46f442a89f0d50bc06f3b9fd19a01f2f3a4310.tar.gz
librebootfr-3d46f442a89f0d50bc06f3b9fd19a01f2f3a4310.zip
Indent code blocks via CSS
Now that it's done via CSS, code should be indented consistently across the whole website.
-rw-r--r--www/global.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/global.css b/www/global.css
index b325ef31..80309059 100644
--- a/www/global.css
+++ b/www/global.css
@@ -17,6 +17,10 @@ body {
color: #222;
}
+pre {
+ margin-left: 2.5em
+}
+
#logo {
width: 20%;
float: right;