User:Segjin/monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Just testing, trying to understand how to edit skins*/ | /* Just testing, trying to understand how to edit skins*/ | ||
firstHeading { | .firstHeading { | ||
color: red; | color: red; | ||
} | } | ||
Revision as of 00:16, 31 October 2005
/* Just testing, trying to understand how to edit skins*/
.firstHeading {
color: red;
}
/* always underline links */
a { text-decoration: underline; }