No edit summary
No edit summary
Line 13: Line 13:
#content a {
#content a {
text-decoration: none;
text-decoration: none;
} /*
</source> */
/*
=== sidebar ===
<source lang="css"> */
#sidebar {
position: absolute;
top: 134px;
} /*
} /*
</source> */
</source> */

Revision as of 09:54, 13 September 2009

/*
__NOTOC__ __NOEDITSECTION__
=== 字體大小 ===
<source lang="css"> */
body {
	font-size: 1.05em;
} /*
</source> */

/*
=== 連結底線 ===
<source lang="css"> */
#content a {
	text-decoration: none;
} /*
</source> */

/*
=== sidebar ===
<source lang="css"> */
#sidebar {
	position: absolute;
	top: 134px;
} /*
</source> */