source: trunk/template/yoga/fix-ie7.css @ 2472

Last change on this file since 2472 was 2352, checked in by patdenice, 16 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: 414 bytes
Line 
1/* $Id: fix-ie7.css 2352 2008-05-20 00:27:26Z patdenice $ */
2/* fix IE with another layout for thumbnails */
3
4.content UL.thumbnails SPAN.wrap2 {
5  display: block;
6  position: relative;
7  text-align: left;
8}
9.content UL.thumbnails SPAN.wrap2 A,
10.content UL.thumbnails SPAN.wrap2 SPAN {
11  overflow: visible;
12  position: absolute;
13  top: 50%;
14  text-align: center;
15}
16
17.content UL.thumbnails IMG.thumbnail {
18  position: relative;
19  top: -50%;   
20  margin-top: 2%;
21}
22
Note: See TracBrowser for help on using the repository browser.