Last change
on this file since 2607 was
2352,
checked in by patdenice, 17 years ago
|
Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
199 bytes
|
Rev | Line | |
---|
[1088] | 1 | /* Add background picture */ |
---|
| 2 | BODY { |
---|
| 3 | background-image:url(background.gif); |
---|
| 4 | background-attachment:fixed; |
---|
| 5 | } |
---|
| 6 | |
---|
[2352] | 7 | .content UL.thumbnails SPAN.wrap2 { |
---|
[1138] | 8 | height: 200px; /* max thumbnail height + 2px */ |
---|
| 9 | } |
---|
| 10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.