Commit 15b07e53 authored by Fabien Morin's avatar Fabien Morin

add a style for emphasis in search results. This is used to display search...

add a style for emphasis in search results. This is used to display search words in bold in the excerpt text

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26325 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ebc1dde4
......@@ -1397,6 +1397,11 @@ div.search .centeredInner {\n
text-align: center;\n
}\n
\n
.searchDetails em {\n
font-style:normal;\n
font-weight:bold;\n
}\n
\n
/* MatrixBox */\n
.MatrixContent {\n
color: #000;\n
......
692
\ No newline at end of file
693
\ 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