Content deleted Content added
Anomalocaris (talk | contribs) m Tidy bug affecting font tags wrapping links; center in tables with align="center"; properly close <span> and <p> tags |
m Replaced deprecated <source> tags with <syntaxhighlight> (via WP:JWB) |
||
(One intermediate revision by one other user not shown) | |||
Line 377:
! style="background:#ddddee; font-size: 95%; border-top: 1px solid #BEBEBE; border-bottom: 1px solid #BEBEBE; padding: 0 3px 0 3px;" | [[JEL classification codes#Mathematical and quantitative methods JEL: C Subcategories|Technical methods]]
|-
| style="font-size: 90%; padding: 0 3px 0 3px;" align="center" | [[Mathematical economics|Mathematical]]{{·}}[[Econometrics]]<br/>[[Experimental economics|Experimental]]{{·}} [[National accounts|National accounting]]<br/>
|-
! style="background:#ddddee; font-size: 95%; border-top: 1px solid #BEBEBE; border-bottom: 1px solid #BEBEBE; padding: 0 3px 0 3px;" | [[JEL classification codes|Fields and subfields]]
|-
| style="font-size: 90%; padding: 0 3px 0 3px;" align="center" |
[[Behavioral economics|Behavioral]]{{·}} [[Cultural economics|Cultural]]{{·}} [[Evolutionary economics|Evolutionary]]<br>
[[Economic growth|Growth]]{{·}} [[Development economics|Development]]{{·}} [[Economic history|History]]<br>
Line 445 ⟶ 443:
:::::Well, this may be only a semantic (rather than substantive) distinction, but more strictly speaking, there is no "<nowiki>{{·}}</nowiki>" or "'''·'''" link separator in the right template above, only <nowiki>*</nowiki> link separators that end up looking like bullets. So I'm not sure that the above applies. But, suppose that someone asserts otherwise, ''presenting a replicable basis of verification''. That would be of interest, especially with a description of what the compromise in accessibility looks like to the affected person from use of <nowiki><br/></nowiki>. My thanks. --[[User:Thomasmeeks|Thomasmeeks]] ([[User talk:Thomasmeeks|talk]]) 20:26, 4 December 2012 (UTC)
::::::I don't know how much you know about [[cascading style sheets]], but [[MediaWiki:Common.css]] contains a number of stylings specific to the class <code>hlist</code>. The two chunks to particularly observe are this:
<
/* Display list items inline and make them nowrap */
.hlist dd,
Line 454 ⟶ 452:
white-space: nowrap;
}
</syntaxhighlight>
::::::and this:
<
.hlist dd:after,
.hlist li:after {
Line 462 ⟶ 460:
font-weight: bold;
}
</syntaxhighlight>
::::::Essentially, when the <code>hlist</code> class is applied to a bulleted list, the first chunk of code above eliminates the newlines which normally occur between list items; and the second chunk alters the bullets that ''would'' have appeared at the start of the line so that they are displayed them as a boldface <code>&middot;</code> We can demonstrate that quite simply - if I put the following wikicode:
<div class=hlist>
|