aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2015-10-03 12:43:37 +0200
committerSébastien Dailly <sebastien@chimrod.com>2015-10-03 12:43:37 +0200
commit9193be4390de89b9614ef0fe5d5a13d999e146a1 (patch)
treebb63d7a86205bd10d30cf4d83f2bf9ec8ba1728e /theme
parent27a6d44cbca5286ce9b6dcc9132a3519d0b6e526 (diff)
moderncv with rst
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/static/css/main.css4
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;
}