From: gc Date: Sat, 4 Feb 2006 16:50:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 0.9.0~271 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=db0c26e657f3be7f0b324674a61ead43545800ef *** empty log message *** --- diff --git a/data/booh/themes/dark/skeleton_thumbnails.html b/data/booh/themes/dark/skeleton_thumbnails.html index 003720a..bd2f6fb 100644 --- a/data/booh/themes/dark/skeleton_thumbnails.html +++ b/data/booh/themes/dark/skeleton_thumbnails.html @@ -39,6 +39,9 @@ input { img { border: solid 2px; border-color: #586068; +} +.nothing { + border: solid 0px; } --> @@ -61,7 +64,7 @@ img { ~~iterate2_open_maxN~~ ~~image_iteration~~ -

~~ifvideo?~~video~~fi~~ ~~caption_iteration~~

+

~~ifvideo?~~video~~fi~~ ~~caption_iteration~~

~~iterate2_close~~ diff --git a/data/booh/themes/dark/video.png b/data/booh/themes/dark/video.png index 074cc97..109b259 100644 Binary files a/data/booh/themes/dark/video.png and b/data/booh/themes/dark/video.png differ diff --git a/data/booh/themes/sbs/skeleton_thumbnails.html b/data/booh/themes/sbs/skeleton_thumbnails.html index 1dbc19c..5837008 100644 --- a/data/booh/themes/sbs/skeleton_thumbnails.html +++ b/data/booh/themes/sbs/skeleton_thumbnails.html @@ -37,6 +37,9 @@ img { border: solid 1px; border-color: #000000; } +.nothing { + border: solid 0px; +} .imager { display: table-cell; @@ -70,7 +73,7 @@ img { ~~iterate2_open_maxN~~
~~image_iteration~~
- ~~ifvideo?~~~~fi~~ ~~caption_iteration~~ + ~~ifvideo?~~video~~fi~~ ~~caption_iteration~~ ~~iterate2_close~~ diff --git a/data/booh/themes/sbs/video.png b/data/booh/themes/sbs/video.png index 074cc97..109b259 100644 Binary files a/data/booh/themes/sbs/video.png and b/data/booh/themes/sbs/video.png differ diff --git a/data/booh/themes/simple/skeleton_thumbnails.html b/data/booh/themes/simple/skeleton_thumbnails.html index 435ed5a..c84f784 100644 --- a/data/booh/themes/simple/skeleton_thumbnails.html +++ b/data/booh/themes/simple/skeleton_thumbnails.html @@ -36,6 +36,9 @@ input { img { border: solid 1px; border-color: #000000; +} +.nothing { + border: solid 0px; } --> @@ -58,7 +61,7 @@ img { ~~iterate2_open_maxN~~ ~~image_iteration~~ -

~~ifvideo?~~video~~fi~~ ~~caption_iteration~~

+

~~ifvideo?~~video~~fi~~ ~~caption_iteration~~

~~iterate2_close~~ diff --git a/data/booh/themes/simple/video.png b/data/booh/themes/simple/video.png index 074cc97..109b259 100644 Binary files a/data/booh/themes/simple/video.png and b/data/booh/themes/simple/video.png differ