diff options
Diffstat (limited to 'docs_theme')
| -rw-r--r-- | docs_theme/css/default.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index 3feff0ba..d998fbee 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -186,6 +186,10 @@ body{      margin-top: 15px  } +#main-content img { +    display: block; +    margin: 40px auto; +}  /* custom navigation styles */  .navbar .navbar-inner{ | 
