Common.css – MediaWiki talk

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix code)
Line 1: Line 1:
I think the float command is screwing up the discussion pages in Firefox: [[http://community.bistudio.com/wiki/Bohemia_Interactive_Community_talk:Wiki_Policy_Proposals Wiki_Policy_Proposals]]
I think the float command is screwing up the discussion pages in Firefox: [[http://community.bistudio.com/wiki/Bohemia_Interactive_Community_talk:Wiki_Policy_Proposals Wiki_Policy_Proposals]]
<code>
<code>/* Trying to introduce common.css - did I already see it here? */
/* Trying to introduce common.css - did I already see it here? */  
[...]
[...]
dd {
dd {
display: block;
  display: block;
'''float: left;'''
  '''float: left;'''
}
}
</code>
</code>
--[[User:Kronzky|Kronzky]] 04:19, 27 July 2006 (CEST)
--[[User:Kronzky|Kronzky]] 04:19, 27 July 2006 (CEST)

Revision as of 01:06, 5 February 2021

I think the float command is screwing up the discussion pages in Firefox: [Wiki_Policy_Proposals] /* Trying to introduce common.css - did I already see it here? */ [...] dd { display: block; float: left; } --Kronzky 04:19, 27 July 2006 (CEST)

I saw it and already added a namespace. Try Ctrl+F5, it works fine for me in Firefox. --hardrock 08:48, 27 July 2006 (CEST)
Yeah, it's ok here too now. :) --Kronzky 08:52, 27 July 2006 (CEST)

<code> tag in examples

I think the default line-height of the <code> tag could do with a slight increase. _foo = bar; _bar = baz; if (_youLike) { doSomething; }; _meh For example is a bit squashed up, but _foo = bar; _bar = baz; if (_youLike) { doSomething; }; _meh Is more readable. Yes? Fred Gandt (talk) 09:30, 25 March 2014 (CET)