Commit 65f06e59 authored by Vincent Pelletier's avatar Vincent Pelletier

Change default font familly for source code rendering in object introspection pages.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10249 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6fe05170
...@@ -262,7 +262,7 @@ div.listbox_dataline div.description,\n ...@@ -262,7 +262,7 @@ div.listbox_dataline div.description,\n
div.listbox_dataline div.source_path,\n div.listbox_dataline div.source_path,\n
div.listbox_dataline div.source_code,\n div.listbox_dataline div.source_code,\n
div.listbox_dataline div.content {\n div.listbox_dataline div.content {\n
font-family: fixed, "Courier New", Courier, monospace;\n font-family: monospace;\n
white-space: pre;\n white-space: pre;\n
overflow: auto;\n overflow: auto;\n
}\n }\n
......
213 215
\ 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