MediaWiki:Common.css
From WikiPathways
(Difference between revisions)
(Removing all content from page) |
|||
| Line 1: | Line 1: | ||
| - | + | .helphint.redBg { | |
| + | border-left: 10px solid #b22222; /* Red */ | ||
| + | background-color: #fee; /* Pink */ | ||
| + | padding: 0.25em 0.5em; /* 0.5em left/right */ | ||
| + | } | ||
Revision as of 18:16, 15 August 2008
.helphint.redBg {
border-left: 10px solid #b22222; /* Red */
background-color: #fee; /* Pink */
padding: 0.25em 0.5em; /* 0.5em left/right */
}

