User additions to AugsburgWrestling.info are currently disabled due to repeated vandalism.
Please contact us to create an account and start editing.
MediaWiki:Chick.css: Difference between revisions
Jump to navigation
Jump to search
m (Update CSS.) |
(No difference)
|
Latest revision as of 19:31, 25 October 2009
/*<pre><nowiki>*/
/***************************************/
/* fix for inconsistent nested lists */
/***************************************/
/* set up basic list styles */
ol {
list-style-position: inside;
padding-left: .5em;
margin-left: 0;
}
ul {
list-style-position: inside;
padding-left: .5em;
margin-left: 0;
}
dd {
padding-left: 0.5em;
}
/* indent nested and re-nested lists by an extra em each time */
ol ol,
ol ul,
ul ol,
ul ul,
dd {
margin-left: 1em;
}
#coordinates {
position:absolute;
z-index:1;
border:none;
background:none;
right:30px;
top:3.7em;
float:right;
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform:none;
white-space:nowrap;
}
#siteSub {
display:none;
}
/*</nowiki></pre>*/