.bordered { border-top: dotted 1px black; border-bottom: solid 2px black;}#menu a { color: #111; .bordered;} .post a { color: red; .bordered;}
和
.bordered { border-top: dotted 1px black; border-bottom: solid 2px black;}#menu a { color: #111; .bordered();} .post a { color: red; .bordered();}
扬帆大鱼