Fix CSS selector (select links in the gadget not all links)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42157 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70c5e6ce
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts91366854.22</string> </value>
<value> <string>ts94655271.85</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -620,7 +620,8 @@ div.gadget-website-browser ul.third_level{\n
padding-left: 1.4em;\n
}\n
\n
div.gadget-website-browser a, a:link, a:active, a:visited {\n
div.gadget-website-browser a,div.gadget-website-browser a:link,\n
div.gadget-website-browser a:active,div.gadget-website-browser a:visited {\n
font-weight: normal;\n
color: inherit;\n
}\n
......@@ -725,7 +726,7 @@ div.block fieldset.gadget-profile div.field{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>12308</int> </value>
<value> <int>12387</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
1730
\ No newline at end of file
1731
\ 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