Difference between revisions of "MediaWiki:Monobook.css"

From NSwiki, the NationStates encyclopedia.
Jump to: navigation, search
Line 5: Line 5:
 
     border:1px solid #cccccc;
 
     border:1px solid #cccccc;
 
  }
 
  }
  .noextlinkmarker:after {
+
  .noextlinkmarker a:after {
 
     display: none;
 
     display: none;
 +
}
 +
.noextlinkmarker a {
 +
  background: none !important;
 +
  padding: 0 !important;
 
  }
 
  }

Revision as of 13:28, 4 November 2006

 /* edit this file to customize the monobook skin for the entire site */
 
 /* Experimental. Temporary. Unhealthy. Do not use. */
 div.thumb div img {
    border:1px solid #cccccc;
 }
 .noextlinkmarker a:after {
    display: none;
 }
 .noextlinkmarker a {
  background: none !important;
   padding: 0 !important;
 }