Actions

MediaWiki

Difference between revisions of "Common.css"

From Droam Prepaid SIM Encyclopedia

(Add important CSS attribute !important.)
 
Line 1: Line 1:
 
div.captcha {
 
div.captcha {
   border: 1px solid red;
+
   border: 1px solid red !important;
   background-color: grey;
+
   background-color: LightGrey !important;
 
}
 
}

Latest revision as of 20:11, 8 April 2012

div.captcha {
  border: 1px solid red !important;
  background-color: LightGrey !important;
}