witten
/
luminotes
Archived
1
0
Fork 0

CSS for <ins> and <del> tags, used for diffs.

This commit is contained in:
Dan Helfman 2008-05-02 18:59:26 +00:00
parent 9b2a9db4e9
commit cadb172d22
1 changed files with 15 additions and 0 deletions

View File

@ -9,6 +9,11 @@ a[target ^= "_new"] {
padding-right: 13px;
}
.diff a[target ^= "_new"] {
background-image: none;
padding-right: 0;
}
a:hover {
color: #ff6600;
}
@ -17,6 +22,16 @@ h3 {
margin-bottom: 1em;
}
ins {
color: green;
text-decoration: none;
}
del {
color: red;
text-decoration: line-through;
}
.button {
border-style: outset;
border-width: 0px;