Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2011-02-12 05:20:14
Size: 471
Editor: GaganSekhon
Comment:
Revision 7 as of 2011-02-25 23:37:46
Size: 223
Editor: GaganSekhon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
SD:WiN2


/* <syntaxhighlight lang="css"> */
 
/* For patrolled newpages */
li.not-patrolled {
  background-color: #ffffaa;
 }
 
table.toc {
  background-color: #fff;
}
 
/* Blue instead of yellow padlock for secure links. */
#bodyContent a.external[href ^="https://"],
.link-https {
  background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
  padding-right: 16px;
}
 
 
/* </syntaxhighlight> */
||||||<tablestyle="width: 80%">'''Heading'''||
||cell 1||cell2||cell 3||
||<rowspan=2> spanning rows||||<style="background-color: #E0E0FF;"> spanning 2 columns||
||<rowstyle="background-color: #FFFFE0;">cell2||cell 3||

Heading

cell 1

cell2

cell 3

spanning rows

spanning 2 columns

cell2

cell 3

GaganSekhon/SD:WIN2 (last edited 2011-03-14 00:24:16 by GaganSekhon)