diff options
author | Alib <aliboba@free.fr> | 2010-02-22 11:43:27 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-22 11:43:27 +0100 |
commit | 3afb9d31e43ffd6e37dd988247b0e94422855f87 (patch) | |
tree | 9dfbd7b439c0181db1e5cef8d9de39237763ecc0 /css | |
parent | d7a0b351167c289cbd3918a912235ff839230960 (diff) | |
download | istreamdev-3afb9d31e43ffd6e37dd988247b0e94422855f87.tar.gz istreamdev-3afb9d31e43ffd6e37dd988247b0e94422855f87.tar.bz2 |
- fixed img position for thumbs
- added segmenter binary to be configurable
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index a8a84b1..c5c5f79 100755 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,7 @@ body { } img { border: 0; + margin-top: 5px } a:hover span.arrow { background-position: 0 -13px!important; |