Ignore:
Timestamp:
Dec 7, 2010, 9:02:11 PM (13 years ago)
Author:
Zaphod
Message:

Minor changes in order to improve compatibilty with Internet Explorer 6/7/8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/theme.css

    r7989 r8025  
    1212#thePicturePage .middle_block,
    1313#content {
    14         background-color: #202020;
     14        background: #202020;
    1515        border: 2px #555 solid;
    1616        border-width: 2px 0;
     
    198198}
    199199
    200 .categoryActions > li {
     200.categoryActions li {
    201201  display: inline;
    202202  vertical-align:top;
     
    606606.browsePath {
    607607        display:inline;
     608        float:left;
    608609}
    609610
     
    667668
    668669#theImage > img,
    669 #theImage > a > img,
     670#theImage > a > img {
     671        border: 1px #999 solid;
     672        padding:2px;
     673}
     674
    670675#theImg img {
    671676        border: 1px #999 solid;
     
    13821387}
    13831388
     1389.categoryActions .selector select {
     1390        position:relative;
     1391        top:-2px;
     1392}
     1393
    13841394/* Language Switch Plugin ----------------------------------------------------------------------- */
    13851395
    13861396.categoryActions .menuf {
    1387         padding:0 3px 0 0;
    1388         float:left;
     1397        padding:0 0 0 2px;
     1398        float:right;
     1399}
     1400
     1401.categoryActions .menuf ul li{
     1402        padding:0;
    13891403}
    13901404
     
    14421456        -moz-border-radius:10px;
    14431457        -webkit-border-radius:10px;
     1458        -khtml-border-radius:10px;
    14441459        border-radius:10px;
    14451460}
Note: See TracChangeset for help on using the changeset viewer.