CSS tweaks
This commit is contained in:
parent
aeeca2a050
commit
cf137aad95
@ -466,11 +466,28 @@ ul.tags a:link, ul.tags a:visited {
|
|||||||
color:green
|
color:green
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a[rel='tag'] img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* DiveIntoMark */
|
/* DiveIntoMark */
|
||||||
.framed {
|
.framed {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* BurningBird */
|
||||||
|
.update:before {
|
||||||
|
content: 'Update';
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.update {
|
||||||
|
margin: 2em;
|
||||||
|
padding: 0 1em 0 1em;
|
||||||
|
background: #eee;
|
||||||
|
border: 1px solid #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
/* ----------------------------- Footer ---------------------------- */
|
/* ----------------------------- Footer ---------------------------- */
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user