Przeglądaj źródła

Make the post headers a bit more uniform

Lucas Stadler 9 lat temu
rodzic
commit
51bde4d908
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      go/blog/blog.go

+ 2 - 2
go/blog/blog.go

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