Selaa lähdekoodia

Make the post headers a bit more uniform

Lucas Stadler 9 vuotta sitten
vanhempi
commit
51bde4d908
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      go/blog/blog.go

+ 2 - 2
go/blog/blog.go

@ -54,7 +54,7 @@ article h1 {
54 54
}
55 55
56 56
article header .permalink {
57
	margin-left: 0.1em;
57
	margin-left: 0.5em;
58 58
	text-decoration: none;
59 59
	color: #555;
60 60
@ -66,7 +66,7 @@ article header:hover .permalink {
66 66
}
67 67
68 68
article time {
69
	margin-left: 1em;
69
	margin-left: 0.5em;
70 70
	color: #666;
71 71
}
72 72