Testing the idea of custom meta tags (e.g., TOPICTYPE name as shown below), and I'd like to give the multi-form selector a size of 1, but all I can get is a size of 4 ("All" plus three of the five values available for it). The result code is working fine.
My code in search.html is:
.zoom_metaform { font-size: 100%; }
.zoom_metaform_multi { display: inline; size: 1; }
.result_custommeta { display: block; }
.result_metaname_TOPICTYPE { font-style: italic; }
.result_metavalue_TOPICTYPE { font-style: regular; }
Is the css correct? If it is, would I have to edit the search.js or settings.js file to get what I want?
Leon
My code in search.html is:
.zoom_metaform { font-size: 100%; }
.zoom_metaform_multi { display: inline; size: 1; }
.result_custommeta { display: block; }
.result_metaname_TOPICTYPE { font-style: italic; }
.result_metavalue_TOPICTYPE { font-style: regular; }
Is the css correct? If it is, would I have to edit the search.js or settings.js file to get what I want?
Leon
Comment