add layout

This commit is contained in:
unknown
2014-06-26 21:30:53 +08:00
parent 0c9fb00812
commit b2a62e2196
3 changed files with 39 additions and 5 deletions
+11 -1
View File
@@ -249,16 +249,26 @@ body{
.linklist_title{
color: #329CD7;
width: 300px;
}
.linklist_title:hover{
cursor: pointer;
}
.linklist_tag{
.linklist_title:visited{
color: #329CD7;
}
.linklist_title:link{
color: #329CD7;
}
.linklist_tag{
color: #ABACAA;
}
.linklist_tag:hover{
cursor: pointer;
};