[add] visual image for private link
This commit is contained in:
parent
0396d42bba
commit
bb2103a4a2
1 changed files with 42 additions and 38 deletions
|
@ -80,6 +80,11 @@ pre code {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#linklist li.private .linkeditbuttons {
|
||||
background: url('../images/private.png') no-repeat 10px center;
|
||||
padding: 0 0 0 55px;
|
||||
}
|
||||
|
||||
.picwall_pictureframe img {
|
||||
border-radius: 0.1em;
|
||||
background-color: #fff;
|
||||
|
@ -160,8 +165,7 @@ pre code {
|
|||
text-decoration: none
|
||||
}
|
||||
|
||||
@media handheld, only screen and (max-width: 560px), only screen and (max-device-width: 854px)
|
||||
{
|
||||
@media handheld, only screen and (max-width: 560px) , only screen and (max-device-width: 854px) {
|
||||
#linklist {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue