Common.css – MediaWiki talk

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

Revision as of 04:36, 27 July 2006

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)