diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2015-10-03 12:43:37 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2015-10-03 12:43:37 +0200 |
commit | 9193be4390de89b9614ef0fe5d5a13d999e146a1 (patch) | |
tree | bb63d7a86205bd10d30cf4d83f2bf9ec8ba1728e /theme/static/css | |
parent | 27a6d44cbca5286ce9b6dcc9132a3519d0b6e526 (diff) |
moderncv with rst
Diffstat (limited to 'theme/static/css')
-rwxr-xr-x | theme/static/css/main.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 0d05438..8dabecf 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -94,6 +94,7 @@ pre, blockquote { pre { font-size: medium; + overflow:auto; max-width:650px } table { @@ -225,7 +226,6 @@ div#page { } nav#cssmenu { - width: 100%; padding-top: 2px; padding-bottom: 2px; } @@ -257,7 +257,6 @@ div#page { } section#content img { - max-width: 100%; max-height: 100%; } @@ -308,7 +307,6 @@ div#page { } #content>nav.pagination { - width: 100%; font-size: 14px; text-align: center; } |