Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4588 92316355-f0b4-4df1-b90c-862c8a59935f

master
carmie 14 years ago
parent
commit
0b698984cd
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      trac/htdocs/libcaca.css

+ 3
- 2
trac/htdocs/libcaca.css View File

@@ -301,17 +301,18 @@ img.matrix {
display: block; display: block;
} }
.ohloh { .ohloh {
background: transparent url(ohloh.png) left 70px;
background: transparent url(ohloh.png) no-repeat left 80px
height: 14px; height: 14px;
padding-top: 200px; padding-top: 200px;
} }
.ohloh2 { .ohloh2 {
background : transparent url(ohloh2.png)-6px top;
background : transparent url(ohloh2.png) no-repeat -6px bottom;
padding-top: 105px; padding-top: 105px;
height:11px; height:11px;
} }
.paragraphe { .paragraphe {
width: 350px; width: 350px;
margin-right: 20px;
} }


/* == FORMS == */ /* == FORMS == */


Loading…
Cancel
Save