X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=public%2Findex.css;h=f3f477752fd9bea9b149a4f4a77a6777963358aa;hb=9c922c203a877b9a8519abb30c2b450455f8ae27;hp=64b18213d581a012c04fdd24d4aa129e17ff1cde;hpb=ebc0d017c8a24bd16ca1f4347b39b07ba4349135;p=pharext%2Fpharext.org diff --git a/public/index.css b/public/index.css index 64b1821..f3f4777 100644 --- a/public/index.css +++ b/public/index.css @@ -1,3 +1,6 @@ +html .label { + padding-top: 0.6em; +} .footer { position: fixed; bottom: 0px; @@ -5,9 +8,11 @@ height: 60px; background-color: #F5F5F5; } + body { margin-bottom: 60px; } + .footer > .container { padding: 15px; text-align: center; @@ -15,10 +20,14 @@ body { pre { display: inline-block; - background-color: #333; + background-color: #444; color: #ccc; } h4 { margin-top: 20px; -} \ No newline at end of file +} + +.label { + padding-top: .5em; +}