修改默认模板截图

This commit is contained in:
fen 2013-12-10 10:11:55 +08:00
parent 52751fe6e6
commit 4d6ee11578
3 changed files with 11 additions and 4 deletions

View File

@ -581,7 +581,7 @@ button {
color: #444;
font-size: 2em;
font-style: normal;
font-family: Georgia; }
font-family: Georgia, serif; }
#start-link {
margin-bottom: 25px;
@ -590,14 +590,17 @@ button {
#start-link li {
float: left;
margin-right: 1.5em; }
#start-link .balloon {
margin-top: 2px; }
.latest-link li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.latest-link span {
display: inline-block;
margin-right: 4px;
padding-right: 8px;
width: 45px;
border-right: 1px solid #ECECEC;
color: #999; }

View File

@ -250,7 +250,7 @@ a.button:hover, a.balloon-button:hover {
color: #444;
font-size: 2em;
font-style: normal;
font-family: Georgia;
font-family: Georgia, serif;
}
}
@ -262,6 +262,9 @@ a.button:hover, a.balloon-button:hover {
float: left;
margin-right: 1.5em;
}
.balloon {
margin-top: 2px;
}
}
.latest-link {
@ -271,8 +274,9 @@ a.button:hover, a.balloon-button:hover {
text-overflow: ellipsis;
}
span {
display: inline-block;
margin-right: 4px;
padding-right: 8px;
width: 45px;
border-right: 1px solid #ECECEC;
color: #999;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 14 KiB