Difference between revisions of "User:Ceorana/monobook.css"

From NSwiki, the NationStates encyclopedia.
Jump to: navigation, search
m (test...)
 
Line 1: Line 1:
 
.plainlinksneverexpand a.external.text:after {
 
.plainlinksneverexpand a.external.text:after {
 
   display: none !important;
 
   display: none !important;
}
+
}
.plainlinksneverexpand a.external.autonumber:after {
+
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
+
  display: none !important;
}
+
}
.plainlinksneverexpand a {
+
.plainlinksneverexpand a {
  background: none !important;
+
  background: none !important;
  padding: 0 !important;
+
  padding: 0 !important;
}
+
}
.plainlinksneverexpand {
+
.plainlinksneverexpand {
  background: none !important;
+
  background: none !important;
  padding: 0 !important;
+
  padding: 0 !important;
}
+
}

Revision as of 13:43, 4 November 2006

.plainlinksneverexpand a.external.text:after {
  display: none !important;
 }
 .plainlinksneverexpand a.external.autonumber:after {
   display: none !important;
 }
 .plainlinksneverexpand a {
   background: none !important;
   padding: 0 !important;
 }
 .plainlinksneverexpand {
   background: none !important;
   padding: 0 !important;
 }