消除边边角角的样式

This commit is contained in:
fen
2013-12-09 21:32:45 +08:00
parent 490828caf2
commit aeef74372c
2 changed files with 7 additions and 1 deletions

View File

@@ -310,7 +310,12 @@ button {
.typecho-pager a {
display: block;
padding: 0 10px; }
padding: 0 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px; }
.typecho-pager a:hover {
text-decoration: none;

View File

@@ -22,6 +22,7 @@
.typecho-pager a {
display: block;
padding: 0 10px;
@include border-radius(2px);
}
.typecho-pager a:hover {