java/nekurak.net-web/web/styl.css
changeset 127 2b6107e510d8
parent 126 d47f6a75d20e
child 129 420d7024f6f4
     1.1 --- a/java/nekurak.net-web/web/styl.css	Mon Jun 07 23:14:02 2010 +0200
     1.2 +++ b/java/nekurak.net-web/web/styl.css	Tue Jun 08 02:37:04 2010 +0200
     1.3 @@ -211,4 +211,21 @@
     1.4  
     1.5  .komentare {
     1.6      border-top: 1px dashed silver;
     1.7 +    margin-bottom: 8px;
     1.8  }
     1.9 +
    1.10 +.komentar {
    1.11 +    border-top: 1px solid #e7e6e6;
    1.12 +}
    1.13 +
    1.14 +.komentar h4 {
    1.15 +    font-size: medium;
    1.16 +    font-weight: bold;
    1.17 +    margin-top: 8px;
    1.18 +    margin-bottom: 0px;
    1.19 +}
    1.20 +
    1.21 +.komentar p {
    1.22 +    margin-top: 8px;
    1.23 +    margin-bottom: 8px;
    1.24 +}
    1.25 \ No newline at end of file