projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca6ec9
)
no need to use an "image" class, this was the sole class; use border-color rather...
author
gc
<gc>
Sat, 4 Feb 2006 15:59:51 +0000
(15:59 +0000)
committer
gc
<gc>
Sat, 4 Feb 2006 15:59:51 +0000
(15:59 +0000)
bin/booh-backend
patch
|
blob
|
history
data/booh/themes/dark/skeleton_image.html
patch
|
blob
|
history
data/booh/themes/dark/skeleton_index.html
patch
|
blob
|
history
data/booh/themes/dark/skeleton_thumbnails.html
patch
|
blob
|
history
data/booh/themes/sbs/skeleton_image.html
patch
|
blob
|
history
data/booh/themes/sbs/skeleton_index.html
patch
|
blob
|
history
data/booh/themes/sbs/skeleton_thumbnails.html
patch
|
blob
|
history
data/booh/themes/simple/skeleton_image.html
patch
|
blob
|
history
data/booh/themes/simple/skeleton_index.html
patch
|
blob
|
history
data/booh/themes/simple/skeleton_thumbnails.html
patch
|
blob
|
history
lib/booh/html-merges.rb
patch
|
blob
|
history
diff --git
a/bin/booh-backend
b/bin/booh-backend
index
aedf6b2
..
a61a97f
100755
(executable)
--- a/
bin/booh-backend
+++ b/
bin/booh-backend
@@
-489,7
+489,7
@@
def img_element(fullpath)
else
sizespec = ''
end
- return '<img src="' + File.basename(fullpath) + '" ' + sizespec + '
class="image"
alt="image"/>'
+ return '<img src="' + File.basename(fullpath) + '" ' + sizespec + ' alt="image"/>'
end
def size2js(name)
diff --git
a/data/booh/themes/dark/skeleton_image.html
b/data/booh/themes/dark/skeleton_image.html
index
bac0c0f
..
1cb89f0
100644
(file)
--- a/
data/booh/themes/dark/skeleton_image.html
+++ b/
data/booh/themes/dark/skeleton_image.html
@@
-36,9
+36,9
@@
input {
border: solid 1px;
}
-
.image
{
+
img
{
border: solid 2px;
- color: #586068;
+
border-
color: #586068;
}
input {
diff --git
a/data/booh/themes/dark/skeleton_index.html
b/data/booh/themes/dark/skeleton_index.html
index
59fad44
..
4479bc4
100644
(file)
--- a/
data/booh/themes/dark/skeleton_index.html
+++ b/
data/booh/themes/dark/skeleton_index.html
@@
-36,9
+36,9
@@
input {
border: solid 1px;
}
-
.image
{
+
img
{
border: solid 2px;
- color: #586068;
+
border-
color: #586068;
}
-->
</style>
diff --git
a/data/booh/themes/dark/skeleton_thumbnails.html
b/data/booh/themes/dark/skeleton_thumbnails.html
index
7161d16
..
003720a
100644
(file)
--- a/
data/booh/themes/dark/skeleton_thumbnails.html
+++ b/
data/booh/themes/dark/skeleton_thumbnails.html
@@
-36,9
+36,9
@@
input {
border: solid 1px;
}
-
.image
{
+
img
{
border: solid 2px;
- color: #586068;
+
border-
color: #586068;
}
-->
</style>
diff --git
a/data/booh/themes/sbs/skeleton_image.html
b/data/booh/themes/sbs/skeleton_image.html
index
0e581e0
..
9e9c0e8
100644
(file)
--- a/
data/booh/themes/sbs/skeleton_image.html
+++ b/
data/booh/themes/sbs/skeleton_image.html
@@
-29,9
+29,9
@@
a:hover {
text-decoration: underline;
}
-
.image
{
+
img
{
border: solid 1px;
- color: #000000;
+
border-
color: #000000;
}
input {
diff --git
a/data/booh/themes/sbs/skeleton_index.html
b/data/booh/themes/sbs/skeleton_index.html
index
2a2948e
..
3475729
100644
(file)
--- a/
data/booh/themes/sbs/skeleton_index.html
+++ b/
data/booh/themes/sbs/skeleton_index.html
@@
-33,9
+33,9
@@
input {
border: solid 1px;
}
-
.image
{
+
img
{
border: solid 1px;
- color: #000000;
+
border-
color: #000000;
}
.imager {
diff --git
a/data/booh/themes/sbs/skeleton_thumbnails.html
b/data/booh/themes/sbs/skeleton_thumbnails.html
index
126a87c
..
1dbc19c
100644
(file)
--- a/
data/booh/themes/sbs/skeleton_thumbnails.html
+++ b/
data/booh/themes/sbs/skeleton_thumbnails.html
@@
-33,9
+33,9
@@
input {
border: solid 1px;
}
-
.image
{
+
img
{
border: solid 1px;
- color: #000000;
+
border-
color: #000000;
}
.imager {
diff --git
a/data/booh/themes/simple/skeleton_image.html
b/data/booh/themes/simple/skeleton_image.html
index
1859d82
..
960ad68
100644
(file)
--- a/
data/booh/themes/simple/skeleton_image.html
+++ b/
data/booh/themes/simple/skeleton_image.html
@@
-29,9
+29,9
@@
a:hover {
text-decoration: underline;
}
-
.image
{
+
img
{
border: solid 1px;
- color: #000000;
+
border-
color: #000000;
}
input {
diff --git
a/data/booh/themes/simple/skeleton_index.html
b/data/booh/themes/simple/skeleton_index.html
index
a6aebb6
..
079655f
100644
(file)
--- a/
data/booh/themes/simple/skeleton_index.html
+++ b/
data/booh/themes/simple/skeleton_index.html
@@
-33,9
+33,9
@@
input {
border: solid 1px;
}
-
.image
{
+
img
{
border: solid 1px;
- color: #000000;
+
border-
color: #000000;
}
-->
</style>
diff --git
a/data/booh/themes/simple/skeleton_thumbnails.html
b/data/booh/themes/simple/skeleton_thumbnails.html
index
2176236
..
435ed5a
100644
(file)
--- a/
data/booh/themes/simple/skeleton_thumbnails.html
+++ b/
data/booh/themes/simple/skeleton_thumbnails.html
@@
-33,9
+33,9
@@
input {
border: solid 1px;
}
-
.image
{
+
img
{
border: solid 1px;
- color: #000000;
+
border-
color: #000000;
}
-->
</style>
diff --git
a/lib/booh/html-merges.rb
b/lib/booh/html-merges.rb
index
494d910
..
f99c362
100644
(file)
--- a/
lib/booh/html-merges.rb
+++ b/
lib/booh/html-merges.rb
@@
-462,7
+462,7
@@
$pause_slideshow = '
$image = <<'EOF'
- <img name="main_img"
class="image"
src="fake" alt="main image"/>
+ <img name="main_img" src="fake" alt="main image"/>
EOF
$image_counter_additions = <<'EOF'