blob: 3cd720bded7bd9970d37f1942d9d6db1fdb15fc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<style>
.komentar {
margin-left: 1em;
overflow: scroll;
overflow-wrap: break-word;
}
a {
overflow-wrap: break-word;
}
html {
margin: auto;
max-width: 60em;
text-align: justify;
}
</style>
<meta name=viewport content='width=device-width, initial-scale=1.0'>
<link rel=alternate type=application/rss+xml title=RSS href=/skovikanje/rss.xml>
|