source: trunk/themes/default/fix-ie7.css @ 7869

Last change on this file since 7869 was 7869, checked in by rvelices, 14 years ago

css rules simplification

  • merged rules
  • remove overly qualified inefficient selectors

etc...

  • Property svn:eol-style set to LF
File size: 367 bytes
Line 
1/* fix IE with another layout for thumbnails */
2
3UL.thumbnails SPAN.wrap2 {
4  display: block;
5  position: relative;
6  text-align: left;
7}
8UL.thumbnails SPAN.wrap2 A,
9UL.thumbnails SPAN.wrap2 SPAN {
10  overflow: visible;
11  position: absolute;
12  top: 50%;
13  text-align: center;
14}
15
16UL.thumbnails IMG.thumbnail {
17  position: relative;
18  top: -50%;   
19  margin-top: 2%;
20}
21
Note: See TracBrowser for help on using the repository browser.