1
0

BP: style newly added sidebar edit link for all bp colorsets.

This commit is contained in:
Don Chambers
2008-08-29 21:07:34 +00:00
parent 8717fb215c
commit d5d9f78e08
6 changed files with 60 additions and 0 deletions

View File

@ -286,4 +286,16 @@ blockquote p {
.s9y_wrap {
font-size: 69%;
background: #fff;
}
/* edit link for all sidebar items */
.serendipity_edit_nugget {
font-weight: bold;
margin-top: 10px;
text-align: right;
}
.serendipity_edit_nugget a {
background: transparent url('img/configure.png') bottom left no-repeat;
padding: 4px 0 0 20px;
}