Просмотр исходного кода

Fix tags screwing up the layout below

Because they float they would screw up the element following them.
Lucas Stadler лет назад: 9
Родитель
Сommit
f73544cb6e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      go/blog/blog.go

+ 2 - 0
go/blog/blog.go

42
var defaultStyle = `
42
var defaultStyle = `
43
article {
43
article {
44
	margin-bottom: 2em;
44
	margin-bottom: 2em;
45
	clear: left;
45
}
46
}
46
47
47
article header {
48
article header {
98
	color: #555;
99
	color: #555;
99
	font-size: smaller;
100
	font-size: smaller;
100
	margin-bottom: 1em;
101
	margin-bottom: 1em;
102
	clear: left;
101
}
103
}
102
`
104
`
103
105