diff options
Diffstat (limited to 'BSF/tools/local-layout.css')
-rw-r--r-- | BSF/tools/local-layout.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/BSF/tools/local-layout.css b/BSF/tools/local-layout.css new file mode 100644 index 000000000..3017c7a06 --- /dev/null +++ b/BSF/tools/local-layout.css @@ -0,0 +1,10 @@ +/* Add background picture */ +BODY { + background-image:url(background.gif); + background-attachment:fixed; +} + +.content UL.thumbnails SPAN.wrap2 { + height: 200px; /* max thumbnail height + 2px */ +} + |