Difference between revisions of "User:Wrtlprnft/wrtlprnft.css"

From Armagetron
m (another last change™)
(trying out a cleaner way to set the font size for those edit links.)
 
Line 6: Line 6:
 
     text-align:right;
 
     text-align:right;
 
     font-weight:normal;
 
     font-weight:normal;
 +
    font-size:medium;
 
}
 
}
  
 +
/*
 
h1 span.editsection { font-size:0.5319148936170212766em; }
 
h1 span.editsection { font-size:0.5319148936170212766em; }
 
h2 span.editsection { font-size:0.6666666666666666667em; }
 
h2 span.editsection { font-size:0.6666666666666666667em; }
Line 14: Line 16:
 
h5 span.editsection { font-size:1em; }
 
h5 span.editsection { font-size:1em; }
 
h6 span.editsection { font-size:1.25em; }
 
h6 span.editsection { font-size:1.25em; }
 +
*/

Latest revision as of 18:22, 25 May 2007

span.editsection {
    display:block;
    float:right;
    width:10em;
    font-family:sans-serif;
    text-align:right;
    font-weight:normal;
    font-size:medium;
}

/*
h1 span.editsection { font-size:0.5319148936170212766em; }
h2 span.editsection { font-size:0.6666666666666666667em; }
h3 span.editsection { font-size:0.7575757575757575758em; }
h4 span.editsection { font-size:0.8620689655172413793em; }
h5 span.editsection { font-size:1em; }
h6 span.editsection { font-size:1.25em; }
*/