Commit 5af9f938 authored by Ivan Tyagov's avatar Ivan Tyagov

Contained inside content area images should be re-sized to fit in

parent 8438e10e
...@@ -1350,6 +1350,12 @@ button.formbt > span{\n ...@@ -1350,6 +1350,12 @@ button.formbt > span{\n
.page ul li {\n .page ul li {\n
list-style: square outside none;\n list-style: square outside none;\n
}\n }\n
\n
/* contained inside content area images should be re-sized to fit in */\n
.content img {\n
max-width: 720px;\n
}\n
\n
</tal:block> </tal:block>
]]></unicode> </value> ]]></unicode> </value>
......
1870 1871
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment