diff options
Diffstat (limited to 'docs/static/css/default.css')
| -rw-r--r-- | docs/static/css/default.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static/css/default.css b/docs/static/css/default.css index a62d43e1..742a4147 100644 --- a/docs/static/css/default.css +++ b/docs/static/css/default.css @@ -222,11 +222,11 @@ html, body {    padding-bottom: 70px;  } -  footer, .push {    height: 60px; /* .push must be the same height as .footer */  } +  footer p {    text-align: center;    color: gray;  | 
