Content deleted Content added
last one |
boder is a border |
||
Line 27:
*/
code.cs1-code {
/* preserve font but remove other <code> styling; used in error messages */
Line 33 ⟶ 32:
background: inherit;
border: inherit;
/* code editor doesn't like inherit with
https://www.w3.org/wiki/CSS/Properties/border suggest that inherit is ok */
padding:inherit;
}
/*-----------------< A C C E S S I C O N S T Y L E >----------------------*/
.cs1-lock-free a {
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png) no-repeat;
Line 56 ⟶ 53:
background-position: right .1em center;
}
/*-------------------< C S 1 / C O N F I G U R A T I O N >-------------------*/
Line 83 ⟶ 79:
just .85. We could write the rule so that when this template is inside
references only then does it multiply by 0.95; else multiply by 0.85 */
.cs1-subscription,
.cs1-registration,
|