User:Segjin/monobook.css: Difference between revisions

From Wiki
Jump to navigation Jump to search
Segjin (talk | contribs)
No edit summary
Segjin (talk | contribs)
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; }