diff options
author | Leah Rowe <info@minifree.org> | 2017-07-16 21:31:41 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-07-16 21:31:41 +0000 |
commit | a84218d9d2d8181cc8fe31ae855590683a6617e4 (patch) | |
tree | 795b137eddaae1b5e78de7f6e16e70323e80d208 /www/global.css | |
parent | 0bedbc24166727516a478d92c149b70437c1fd20 (diff) | |
parent | 3d46f442a89f0d50bc06f3b9fd19a01f2f3a4310 (diff) | |
download | librebootfr-a84218d9d2d8181cc8fe31ae855590683a6617e4.tar.gz librebootfr-a84218d9d2d8181cc8fe31ae855590683a6617e4.zip |
Merge branch 'indent' of mreed/libreboot into master
Diffstat (limited to 'www/global.css')
-rw-r--r-- | www/global.css | 4 |
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; |