This commit is contained in:
Mark Pilgrim
2009-08-05 14:49:32 -07:00
parent 202511e983
commit fb0aa874df
17 changed files with 231 additions and 197 deletions
+2 -3
View File
@@ -200,7 +200,6 @@ a.hl:hover, h2[id]:hover a.hl, h3[id]:hover a.hl {
/* code blocks */
pre {
white-space: pre-wrap;
padding-left: 2.154em;
border-left: 1px solid #ddd;
}
@@ -323,10 +322,10 @@ aside a {
border: 0;
display: block;
}
.v a:first-child {
.v a {
float: left;
}
.v a:last-child {
.v a + a {
float: right;
}
.v span {