Difference between revisions of "User talk:Daniel Carrero"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Blanked the page)
(Undo revision 64877 by Daniel Carrero (talk) We don't actually let people do that. If you don't want to hear from him, just ignore the message.)
 
Line 1: Line 1:
 +
Hi Daniel, I really like your layout on that CSS templates like this:
 +
/* Collapsible tree in [[1350: Lorenz]] */
 +
div.leftAlign span.mw-collapsible-toggle
 +
{
 +
  float: left;
 +
  margin-left: 0px;
 +
  margin-right: 3px;
 +
}
 +
It's much better than this:
 +
/* My damn tmp */
 +
div.leftAlign span.mw-collapsible-toggle{
 +
    float: left; margin-left: 0px; margin-right: 3px;
 +
}
  
 +
But this is still just a template for only ONE user, that's why I do name this as chaos. Nobody, unless you, will understand or remember this in the future. Please try to keep it simple, a single DIV tag would do the same, as done in 1190:Time. But please do not misunderstand me, your clear layout is GREAT. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:34, 7 April 2014 (UTC)

Latest revision as of 16:33, 8 April 2014

Hi Daniel, I really like your layout on that CSS templates like this:

/* Collapsible tree in 1350: Lorenz */
div.leftAlign span.mw-collapsible-toggle
{
  float: left;
  margin-left: 0px;
  margin-right: 3px;
}

It's much better than this:

/* My damn tmp */
div.leftAlign span.mw-collapsible-toggle{
   float: left; margin-left: 0px; margin-right: 3px;
}

But this is still just a template for only ONE user, that's why I do name this as chaos. Nobody, unless you, will understand or remember this in the future. Please try to keep it simple, a single DIV tag would do the same, as done in 1190:Time. But please do not misunderstand me, your clear layout is GREAT. --Dgbrt (talk) 23:34, 7 April 2014 (UTC)