diff -r d47f6a75d20e -r 2b6107e510d8 java/nekurak.net-web/web/styl.css --- a/java/nekurak.net-web/web/styl.css Mon Jun 07 23:14:02 2010 +0200 +++ b/java/nekurak.net-web/web/styl.css Tue Jun 08 02:37:04 2010 +0200 @@ -211,4 +211,21 @@ .komentare { border-top: 1px dashed silver; + margin-bottom: 8px; } + +.komentar { + border-top: 1px solid #e7e6e6; +} + +.komentar h4 { + font-size: medium; + font-weight: bold; + margin-top: 8px; + margin-bottom: 0px; +} + +.komentar p { + margin-top: 8px; + margin-bottom: 8px; +} \ No newline at end of file